public interface IOConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
DOC_READER_FACTORY |
static String |
DOC_WRITER_FACTORY |
Modifier and Type | Method and Description |
---|---|
void |
addDocument(DocumentRef docRef) |
Collection<DocumentRef> |
getDocuments() |
DocumentRef |
getFirstDocument() |
IOManager |
getManager() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String name) |
String |
getRepositoryName() |
boolean |
isLocal() |
void |
setProperty(String name,
Object serializable) |
void |
setRepositoryName(String repositoryName) |
static final String DOC_READER_FACTORY
static final String DOC_WRITER_FACTORY
IOManager getManager()
String getRepositoryName()
void setRepositoryName(String repositoryName)
Collection<DocumentRef> getDocuments()
DocumentRef getFirstDocument()
void addDocument(DocumentRef docRef)
boolean isLocal()
Copyright © 2013 Nuxeo SA. All Rights Reserved.