Uses of Interface
org.nuxeo.ecm.platform.io.api.IOResourceAdapter
-
Packages that use IOResourceAdapter Package Description 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 Modifier and Type Class Description classIOAuditAdapterAdapter 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 Modifier and Type Class Description classAbstractIOResourceAdapterAbstract implementation forIOResourceAdapter.Methods in org.nuxeo.ecm.platform.io.api that return IOResourceAdapter Modifier and Type Method Description IOResourceAdapterIOManager. getAdapter(String name)Returns the adapter with given name.Methods in org.nuxeo.ecm.platform.io.api with parameters of type IOResourceAdapter Modifier and Type Method Description voidIOManager. addAdapter(String name, IOResourceAdapter adapter)Adds an adapter with given name and definition. -
Uses of IOResourceAdapter in org.nuxeo.ecm.platform.io.impl
Fields in org.nuxeo.ecm.platform.io.impl with type parameters of type IOResourceAdapter Modifier and Type Field Description protected Map<String,IOResourceAdapter>IOManagerImpl. adaptersRegistryMethods in org.nuxeo.ecm.platform.io.impl that return IOResourceAdapter Modifier and Type Method Description IOResourceAdapterIOManagerImpl. getAdapter(String name)Methods in org.nuxeo.ecm.platform.io.impl with parameters of type IOResourceAdapter Modifier and Type Method Description voidIOManagerImpl. 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 Modifier and Type Class Description classIORelationAdapterAdapter for import/export of relations
-