Uses of Class
org.nuxeo.ecm.core.rest.DocumentObject
-
Uses of DocumentObject in org.nuxeo.ecm.core.rest
Modifier and TypeMethodDescriptionVersionService.getLastVersion()
VersionService.getVersion
(String label) static DocumentObject
DocumentFactory.newDocument
(WebContext ctx, String path) static DocumentObject
DocumentFactory.newDocument
(WebContext ctx, DocumentModel doc) static DocumentObject
DocumentFactory.newDocument
(WebContext ctx, DocumentRef ref) DocumentObject.newDocument
(String path) DocumentObject.newDocument
(DocumentModel doc) DocumentObject.newDocument
(DocumentRef ref) static DocumentObject
DocumentFactory.newDocumentRoot
(WebContext ctx, String path) static DocumentObject
DocumentFactory.newDocumentRoot
(WebContext ctx, DocumentModel doc) static DocumentObject
DocumentFactory.newDocumentRoot
(WebContext ctx, DocumentRef ref) -
Uses of DocumentObject in org.nuxeo.ecm.restapi.server.jaxrs
Modifier and TypeClassDescriptionclass
This object basically overrides the default DocumentObject that doesn't know how to produce/consume JSONModifier and TypeMethodDescriptionJSONDocumentObject.newDocument
(String path) JSONDocumentObject.newDocument
(DocumentModel doc) JSONDocumentObject.newDocument
(DocumentRef ref)