Uses of Class
org.nuxeo.ecm.webengine.model.WebAdapter
-
-
Uses of WebAdapter in org.nuxeo.ecm.automation.server.jaxrs.adapters
Classes in org.nuxeo.ecm.automation.server.jaxrs.adapters with annotations of type WebAdapter Modifier and Type Class Description classAsyncOperationAdapterAdapter that allows asynchronous execution of operations. -
Uses of WebAdapter in org.nuxeo.ecm.core.rest
Classes in org.nuxeo.ecm.core.rest with annotations of type WebAdapter 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 WebAdapter in org.nuxeo.ecm.core.rest.security
Classes in org.nuxeo.ecm.core.rest.security with annotations of type WebAdapter Modifier and Type Class Description classPermissionServiceVersion Service - manage document versions TODO not yet implemented -
Uses of WebAdapter in org.nuxeo.ecm.restapi.server.jaxrs.adapters
Classes in org.nuxeo.ecm.restapi.server.jaxrs.adapters with annotations of type WebAdapter 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.classEmptyDocumentAdapterclassGroupMemberGroupsAdapterclassGroupMemberUsersAdapterclassOperationAdapterclassPageProviderAdapterAdapter that expose a page provider that needs only one parameter that is the document IdclassPreviewAdapterclassSearchAdapter -
Uses of WebAdapter in org.nuxeo.ecm.restapi.server.jaxrs.blob
Classes in org.nuxeo.ecm.restapi.server.jaxrs.blob with annotations of type WebAdapter Modifier and Type Class Description classBlobAdapterREST API Blob Manager -
Uses of WebAdapter in org.nuxeo.ecm.restapi.server.jaxrs.comment
Classes in org.nuxeo.ecm.restapi.server.jaxrs.comment with annotations of type WebAdapter Modifier and Type Class Description classAnnotationAdapterclassCommentAdapter -
Uses of WebAdapter in org.nuxeo.ecm.restapi.server.jaxrs.rendition
Classes in org.nuxeo.ecm.restapi.server.jaxrs.rendition with annotations of type WebAdapter Modifier and Type Class Description classRenditionAdapter -
Uses of WebAdapter in org.nuxeo.ecm.restapi.server.jaxrs.routing.adapter
Classes in org.nuxeo.ecm.restapi.server.jaxrs.routing.adapter with annotations of type WebAdapter Modifier and Type Class Description classTaskAdapterclassWorkflowAdapter -
Uses of WebAdapter in org.nuxeo.ecm.webengine.base
Classes in org.nuxeo.ecm.webengine.base with annotations of type WebAdapter Modifier and Type Class Description classViewService -
Uses of WebAdapter in org.nuxeo.ecm.webengine.model.impl
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type WebAdapter Modifier and Type Method Description static AdapterDescriptorAdapterDescriptor. fromAnnotation(ClassProxy clazz, WebAdapter type)
-