Uses of Interface
org.nuxeo.ecm.webengine.model.AdapterResource
Packages that use AdapterResource
Package
Description
-
Uses of AdapterResource in org.nuxeo.ecm.automation.server.jaxrs.adapters
Classes in org.nuxeo.ecm.automation.server.jaxrs.adapters that implement AdapterResourceModifier and TypeClassDescriptionclass
Adapter that allows asynchronous execution of operations. -
Uses of AdapterResource in org.nuxeo.ecm.core.rest
Classes in org.nuxeo.ecm.core.rest that implement AdapterResourceModifier 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
Classes in org.nuxeo.ecm.core.rest.security that implement AdapterResourceModifier and TypeClassDescriptionclass
Version Service - manage document versions TODO not yet implemented -
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.adapters
Classes in org.nuxeo.ecm.restapi.server.jaxrs.adapters that implement AdapterResourceModifier 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
Classes in org.nuxeo.ecm.restapi.server.jaxrs.blob that implement AdapterResource -
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.comment
Classes in org.nuxeo.ecm.restapi.server.jaxrs.comment that implement AdapterResource -
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.rendition
Classes in org.nuxeo.ecm.restapi.server.jaxrs.rendition that implement AdapterResource -
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.routing.adapter
Classes in org.nuxeo.ecm.restapi.server.jaxrs.routing.adapter that implement AdapterResource -
Uses of AdapterResource in org.nuxeo.ecm.webengine.base
Classes in org.nuxeo.ecm.webengine.base that implement AdapterResource -
Uses of AdapterResource in org.nuxeo.ecm.webengine.model
Methods in org.nuxeo.ecm.webengine.model that return AdapterResourceModifier 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
Classes in org.nuxeo.ecm.webengine.model.impl that implement AdapterResourceMethods in org.nuxeo.ecm.webengine.model.impl that return AdapterResourceModifier 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.