Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.io.api.IOManager

Packages that use IOManager
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.ejb   
org.nuxeo.ecm.platform.io.impl   
 

Uses of IOManager in org.nuxeo.ecm.platform.io.api
 

Methods in org.nuxeo.ecm.platform.io.api with parameters of type IOManager
 void IOManager.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
          Remote copy.
 

Uses of IOManager in org.nuxeo.ecm.platform.io.api.ejb
 

Subinterfaces of IOManager in org.nuxeo.ecm.platform.io.api.ejb
 interface IOManagerLocal
          IOManager local interface.
 interface IOManagerRemote
          IOManager remote interface.
 

Uses of IOManager in org.nuxeo.ecm.platform.io.api.util
 

Methods in org.nuxeo.ecm.platform.io.api.util that return IOManager
 IOManager RemoteConfiguration.getManager()
           
 IOManager LocalConfiguration.getManager()
           
 IOManager IOConfiguration.getManager()
           
 

Uses of IOManager in org.nuxeo.ecm.platform.io.ejb
 

Classes in org.nuxeo.ecm.platform.io.ejb that implement IOManager
 class IOManagerBean
          IO Manager bean
 

Methods in org.nuxeo.ecm.platform.io.ejb with parameters of type IOManager
 void IOManagerBean.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 

Uses of IOManager in org.nuxeo.ecm.platform.io.impl
 

Classes in org.nuxeo.ecm.platform.io.impl that implement IOManager
 class IOManagerImpl
          IOManager implementation
 

Methods in org.nuxeo.ecm.platform.io.impl that return IOManager
 IOManager IOManagerComponent.getIOManager()
           
 

Methods in org.nuxeo.ecm.platform.io.impl with parameters of type IOManager
 void IOManagerImpl.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, java.lang.String docReaderFactoryName, java.util.Map<java.lang.String,java.lang.Object> readerFactoryParams, java.lang.String docWriterFactoryName, java.util.Map<java.lang.String,java.lang.Object> writerFactoryParams, java.util.Collection<java.lang.String> ioAdapters)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.