Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use IOResourceAdapter
org.nuxeo.ecm.platform.audit.io   
org.nuxeo.ecm.platform.io.api   
org.nuxeo.ecm.platform.io.impl   
org.nuxeo.ecm.platform.relations.io   
 

Uses of IOResourceAdapter in org.nuxeo.ecm.platform.audit.io
 

Classes in org.nuxeo.ecm.platform.audit.io that implement IOResourceAdapter
 class IOAuditAdapter
          Adapter for import/export of audit logs.
 

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

Classes in org.nuxeo.ecm.platform.io.api that implement IOResourceAdapter
 class AbstractIOResourceAdapter
          Abstract implementation for IOResourceAdapter.
 

Methods in org.nuxeo.ecm.platform.io.api that return IOResourceAdapter
 IOResourceAdapter IOManager.getAdapter(String name)
          Returns the adapter with given name.
 

Methods in org.nuxeo.ecm.platform.io.api with parameters of type IOResourceAdapter
 void IOManager.addAdapter(String name, IOResourceAdapter adapter)
          Adds an adapter with given name and definition.
 

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

Methods in org.nuxeo.ecm.platform.io.impl that return IOResourceAdapter
 IOResourceAdapter IOManagerImpl.getAdapter(String name)
           
 

Methods in org.nuxeo.ecm.platform.io.impl with parameters of type IOResourceAdapter
 void IOManagerImpl.addAdapter(String name, IOResourceAdapter adapter)
           
 

Uses of IOResourceAdapter in org.nuxeo.ecm.platform.relations.io
 

Classes in org.nuxeo.ecm.platform.relations.io that implement IOResourceAdapter
 class IORelationAdapter
          Adapter for import/export of relations
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.