Nuxeo Enterprise Platform 5.4

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.ejb   
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(java.lang.String name)
          Returns the adapter with given name.
 

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

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

Methods in org.nuxeo.ecm.platform.io.ejb that return IOResourceAdapter
 IOResourceAdapter IOManagerBean.getAdapter(java.lang.String name)
           
 

Methods in org.nuxeo.ecm.platform.io.ejb with parameters of type IOResourceAdapter
 void IOManagerBean.addAdapter(java.lang.String name, IOResourceAdapter adapter)
           
 

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

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

Methods in org.nuxeo.ecm.platform.io.impl with parameters of type IOResourceAdapter
 void IOManagerImpl.addAdapter(java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.