Uses of Interface
org.nuxeo.ecm.webengine.model.AdapterResource
-
-
Uses of AdapterResource in org.nuxeo.ecm.automation.server.jaxrs.adapters
Classes in org.nuxeo.ecm.automation.server.jaxrs.adapters that implement AdapterResource Modifier and Type Class Description class
AsyncOperationAdapter
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 AdapterResource Modifier and Type Class Description class
AuditService
Audit Service - manage document versions TODO not yet implementedclass
CommentService
Deprecated.since 10.3, useorg.nuxeo.ecm.restapi.server.jaxrs.comment.CommentAdapter
instead.class
DocumentResolverService
Resolves a document URL given its IDclass
FileService
File Service - manages attachments to a document.class
LockService
Lock Service - manages locks on documents.class
VersionService
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 AdapterResource Modifier and Type Class Description class
PermissionService
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 AdapterResource Modifier and Type Class Description class
ACLAdapter
class
AuditAdapter
Adapter that returns the log entries of the pointed resource.class
BOAdapter
Basic CRUD with a BusinessAdapterclass
ChildrenAdapter
Adapter that returns the children of the pointed resourceclass
ConvertAdapter
Adapter allowing to convert a Blob using a named converter or a destination mime type.class
DocumentModelListPaginableAdapter
Adapter that returns a list of {DocumentModel
s.class
EmptyDocumentAdapter
class
GroupMemberGroupsAdapter
class
GroupMemberUsersAdapter
class
OperationAdapter
class
PageProviderAdapter
Adapter that expose a page provider that needs only one parameter that is the document Idclass
PaginableAdapter<T>
Abstract adapter to be used when one want to contribute an adapter base on PageProviders.class
PreviewAdapter
class
SearchAdapter
-
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.blob
Classes in org.nuxeo.ecm.restapi.server.jaxrs.blob that implement AdapterResource Modifier and Type Class Description class
BlobAdapter
REST API Blob Manager -
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.comment
Classes in org.nuxeo.ecm.restapi.server.jaxrs.comment that implement AdapterResource Modifier and Type Class Description class
AnnotationAdapter
class
CommentAdapter
-
Uses of AdapterResource in org.nuxeo.ecm.restapi.server.jaxrs.rendition
Classes in org.nuxeo.ecm.restapi.server.jaxrs.rendition that implement AdapterResource Modifier and Type Class Description class
RenditionAdapter
-
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 Modifier and Type Class Description class
TaskAdapter
class
WorkflowAdapter
-
Uses of AdapterResource in org.nuxeo.ecm.webengine.base
Classes in org.nuxeo.ecm.webengine.base that implement AdapterResource Modifier and Type Class Description class
ViewService
-
Uses of AdapterResource in org.nuxeo.ecm.webengine.model
Methods in org.nuxeo.ecm.webengine.model that return AdapterResource Modifier and Type Method Description AdapterResource
Resource. getActiveAdapter()
Returns the active Adapter on this object if any in the current request.AdapterResource
WebContext. getTargetAdapter()
AdapterResource
Resource. newAdapter(String type, Object... args)
AdapterResource
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 AdapterResource Modifier and Type Class Description class
DefaultAdapter
Methods in org.nuxeo.ecm.webengine.model.impl that return AdapterResource Modifier and Type Method Description AdapterResource
DefaultAdapter. disptachAdapter(String adapterName)
TODO: is this wanted? Adapter of adapters?AdapterResource
DefaultObject. disptachAdapter(String adapterName)
AdapterResource
AbstractResource. getActiveAdapter()
AdapterResource
AbstractWebContext. getTargetAdapter()
AdapterResource
AbstractResource. newAdapter(String type, Object... args)
AdapterResource
AbstractWebContext. newAdapter(Resource ctx, String serviceName, Object... args)
-