Uses of Interface
org.nuxeo.ecm.platform.io.api.IOResourceAdapter
Packages that use IOResourceAdapter
Package
Description
-
Uses of IOResourceAdapter in org.nuxeo.ecm.platform.audit.io
Classes in org.nuxeo.ecm.platform.audit.io that implement IOResourceAdapter -
Uses of IOResourceAdapter in org.nuxeo.ecm.platform.io.api
Classes in org.nuxeo.ecm.platform.io.api that implement IOResourceAdapterMethods in org.nuxeo.ecm.platform.io.api that return IOResourceAdapterModifier and TypeMethodDescriptionIOManager.getAdapter
(String name) Returns the adapter with given name.Methods in org.nuxeo.ecm.platform.io.api with parameters of type IOResourceAdapterModifier and TypeMethodDescriptionvoid
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 IOResourceAdapterModifier and TypeFieldDescriptionprotected final Map<String,
IOResourceAdapter> IOManagerImpl.adaptersRegistry
Methods in org.nuxeo.ecm.platform.io.impl that return IOResourceAdapterMethods in org.nuxeo.ecm.platform.io.impl with parameters of type IOResourceAdapterModifier and TypeMethodDescriptionvoid
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