Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.io.api.util
Interface IOConfiguration

All Known Implementing Classes:
AbstractIOConfiguration, LocalConfiguration, RemoteConfiguration

public interface IOConfiguration

Define a destination for a Core IO operation

Author:
Bogdan Stefanescu

Field Summary
static String DOC_READER_FACTORY
           
static String DOC_WRITER_FACTORY
           
 
Method Summary
 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)
           
 

Field Detail

DOC_READER_FACTORY

static final String DOC_READER_FACTORY
See Also:
Constant Field Values

DOC_WRITER_FACTORY

static final String DOC_WRITER_FACTORY
See Also:
Constant Field Values
Method Detail

getManager

IOManager getManager()

getRepositoryName

String getRepositoryName()

setRepositoryName

void setRepositoryName(String repositoryName)

getDocuments

Collection<DocumentRef> getDocuments()

getFirstDocument

DocumentRef getFirstDocument()

addDocument

void addDocument(DocumentRef docRef)

setProperty

void setProperty(String name,
                 Object serializable)

getProperty

Object getProperty(String name)

getProperties

Map<String,Object> getProperties()

isLocal

boolean isLocal()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.