Uses of Interface
org.nuxeo.ecm.webengine.model.AdapterResource
Package
Description
-
Uses of AdapterResource in org.nuxeo.ecm.automation.server.jaxrs.adapters
Modifier and TypeClassDescriptionclass
Adapter that allows asynchronous execution of operations. -
Uses of AdapterResource in org.nuxeo.ecm.core.rest
Modifier and TypeClassDescriptionclass
Audit Service - manage document versions TODO not yet implementedclass
Deprecated.class
Resolves a document URL given its IDclass
File Service - manages attachments to a document.class
Lock Service - manages locks on documents.class
Version Service - manage document versions TODO not yet implemented -
Uses of AdapterResource in org.nuxeo.ecm.core.rest.security
Modifier and TypeClassDescriptionclass
Version Service - manage document versions TODO not yet implemented -
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.adapters
Modifier and TypeClassDescriptionclass
class
Adapter that returns the log entries of the pointed resource.class
Basic CRUD with a BusinessAdapterclass
Adapter that returns the children of the pointed resourceclass
Adapter allowing to convert a Blob using a named converter or a destination mime type.class
Adapter that returns a list of {DocumentModel
s.class
class
class
class
class
Adapter that expose a page provider that needs only one parameter that is the document Idclass
Abstract adapter to be used when one want to contribute an adapter base on PageProviders.class
class
-
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.blob
-
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.comment
-
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.rendition
-
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.routing.adapter
-
Uses of AdapterResource in org.nuxeo.ecm.webengine.base
-
Uses of AdapterResource in org.nuxeo.ecm.webengine.model
Modifier and TypeMethodDescriptionResource.getActiveAdapter()
Returns the active Adapter on this object if any in the current request.WebContext.getTargetAdapter()
Resource.newAdapter
(String type, Object... args) WebContext.newAdapter
(Resource ctx, String adapterName, Object... args) -
Uses of AdapterResource in org.nuxeo.ecm.webengine.model.impl
Modifier and TypeMethodDescriptionDefaultAdapter.disptachAdapter
(String adapterName) TODO: is this wanted?DefaultObject.disptachAdapter
(String adapterName) AbstractResource.getActiveAdapter()
AbstractWebContext.getTargetAdapter()
AbstractResource.newAdapter
(String type, Object... args) AbstractWebContext.newAdapter
(Resource ctx, String serviceName, Object... args)
org.nuxeo.ecm.restapi.server.jaxrs.comment.CommentAdapter
instead.