public abstract class AbstractIOConfiguration extends Object implements IOConfiguration, Serializable
DOC_READER_FACTORY, DOC_WRITER_FACTORY
Modifier and Type | Method and Description |
---|---|
void |
addDocument(DocumentRef docRef) |
Collection<DocumentRef> |
getDocuments() |
DocumentRef |
getFirstDocument() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String name) |
String |
getRepositoryName() |
void |
setProperty(String name,
Object value) |
void |
setRepositoryName(String repositoryName) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getManager, isLocal
public Collection<DocumentRef> getDocuments()
getDocuments
in interface IOConfiguration
public DocumentRef getFirstDocument()
getFirstDocument
in interface IOConfiguration
public String getRepositoryName()
getRepositoryName
in interface IOConfiguration
public void addDocument(DocumentRef docRef)
addDocument
in interface IOConfiguration
public void setRepositoryName(String repositoryName)
setRepositoryName
in interface IOConfiguration
public Object getProperty(String name)
getProperty
in interface IOConfiguration
public void setProperty(String name, Object value)
setProperty
in interface IOConfiguration
public Map<String,Object> getProperties()
getProperties
in interface IOConfiguration
Copyright © 2013 Nuxeo SA. All Rights Reserved.