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 classAsyncOperationAdapterAdapter 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 classAuditServiceAudit Service - manage document versions TODO not yet implementedclassCommentServiceDeprecated.since 10.3, useorg.nuxeo.ecm.restapi.server.jaxrs.comment.CommentAdapterinstead.classDocumentResolverServiceResolves a document URL given its IDclassFileServiceFile Service - manages attachments to a document.classLockServiceLock Service - manages locks on documents.classVersionServiceVersion 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 classPermissionServiceVersion 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 classACLAdapterclassAuditAdapterAdapter that returns the log entries of the pointed resource.classBOAdapterBasic CRUD with a BusinessAdapterclassChildrenAdapterAdapter that returns the children of the pointed resourceclassConvertAdapterAdapter allowing to convert a Blob using a named converter or a destination mime type.classDocumentModelListPaginableAdapterAdapter that returns a list of {DocumentModels.classEmptyDocumentAdapterclassGroupMemberGroupsAdapterclassGroupMemberUsersAdapterclassOperationAdapterclassPageProviderAdapterAdapter that expose a page provider that needs only one parameter that is the document IdclassPaginableAdapter<T>Abstract adapter to be used when one want to contribute an adapter base on PageProviders.classPreviewAdapterclassSearchAdapter -
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 classBlobAdapterREST 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 classAnnotationAdapterclassCommentAdapter -
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 classRenditionAdapter -
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 classTaskAdapterclassWorkflowAdapter -
Uses of AdapterResource in org.nuxeo.ecm.webengine.base
Classes in org.nuxeo.ecm.webengine.base that implement AdapterResource Modifier and Type Class Description classViewService -
Uses of AdapterResource in org.nuxeo.ecm.webengine.model
Methods in org.nuxeo.ecm.webengine.model that return AdapterResource Modifier and Type Method Description AdapterResourceResource. getActiveAdapter()Returns the active Adapter on this object if any in the current request.AdapterResourceWebContext. getTargetAdapter()AdapterResourceResource. newAdapter(String type, Object... args)AdapterResourceWebContext. 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 classDefaultAdapterMethods in org.nuxeo.ecm.webengine.model.impl that return AdapterResource Modifier and Type Method Description AdapterResourceDefaultAdapter. disptachAdapter(String adapterName)TODO: is this wanted? Adapter of adapters?AdapterResourceDefaultObject. disptachAdapter(String adapterName)AdapterResourceAbstractResource. getActiveAdapter()AdapterResourceAbstractWebContext. getTargetAdapter()AdapterResourceAbstractResource. newAdapter(String type, Object... args)AdapterResourceAbstractWebContext. newAdapter(Resource ctx, String serviceName, Object... args)
-