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 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 Modifier and Type Class Description class
AbstractIOResourceAdapter
Abstract implementation forIOResourceAdapter
.Methods in org.nuxeo.ecm.platform.io.api that return IOResourceAdapter Modifier and Type Method Description IOResourceAdapter
IOManager. 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 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
Fields in org.nuxeo.ecm.platform.io.impl with type parameters of type IOResourceAdapter Modifier and Type Field Description protected Map<String,IOResourceAdapter>
IOManagerImpl. adaptersRegistry
Methods in org.nuxeo.ecm.platform.io.impl that return IOResourceAdapter Modifier and Type Method Description IOResourceAdapter
IOManagerImpl. getAdapter(String name)
Methods in org.nuxeo.ecm.platform.io.impl with parameters of type IOResourceAdapter Modifier and Type Method Description 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 Modifier and Type Class Description class
IORelationAdapter
Adapter for import/export of relations
-