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 class
AsyncOperationAdapter
Adapter 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 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 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 class
PermissionService
Version 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 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
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
PreviewAdapter
class
SearchAdapter
-
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 class
BlobAdapter
REST 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 class
AnnotationAdapter
class
CommentAdapter
-
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 class
RenditionAdapter
-
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 class
TaskAdapter
class
WorkflowAdapter
-
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 class
ViewService
-
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 AdapterDescriptor
AdapterDescriptor. fromAnnotation(ClassProxy clazz, WebAdapter type)
-