| Package | Description | 
|---|---|
| org.nuxeo.ecm.platform.io.api | |
| org.nuxeo.ecm.platform.io.api.ejb | |
| org.nuxeo.ecm.platform.io.api.util | |
| org.nuxeo.ecm.platform.io.impl | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IOManager.copyDocumentsAndResources(String repo,
                         Collection<DocumentRef> sources,
                         IOManager remoteIOManager,
                         DocumentLocation targetLocation,
                         Collection<String> ioAdapters)
Remote copy. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IOManagerLocal
IOManager local interface. 
 | 
interface  | 
IOManagerRemote
IOManager remote interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IOManager | 
RemoteConfiguration.getManager()  | 
IOManager | 
LocalConfiguration.getManager()  | 
IOManager | 
IOConfiguration.getManager()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IOManagerImpl
IOManager implementation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IOManager | 
IOManagerComponent.getIOManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IOManagerImpl.copyDocumentsAndResources(String repo,
                         Collection<DocumentRef> sources,
                         IOManager remoteIOManager,
                         DocumentLocation targetLocation,
                         Collection<String> ioAdapters)  | 
void | 
IOManagerImpl.copyDocumentsAndResources(String repo,
                         Collection<DocumentRef> sources,
                         IOManager remoteIOManager,
                         DocumentLocation targetLocation,
                         String docReaderFactoryName,
                         Map<String,Object> readerFactoryParams,
                         String docWriterFactoryName,
                         Map<String,Object> writerFactoryParams,
                         Collection<String> ioAdapters)  | 
Copyright © 2011 Nuxeo SA. All Rights Reserved.