Uses of Class
org.nuxeo.ecm.core.rest.DocumentObject
Packages that use DocumentObject
-
Uses of DocumentObject in org.nuxeo.ecm.core.rest
Subclasses of DocumentObject in org.nuxeo.ecm.core.restMethods in org.nuxeo.ecm.core.rest that return DocumentObjectModifier and TypeMethodDescriptionVersionService.getLastVersion()VersionService.getVersion(String label) static DocumentObjectDocumentFactory.newDocument(WebContext ctx, String path) static DocumentObjectDocumentFactory.newDocument(WebContext ctx, DocumentModel doc) static DocumentObjectDocumentFactory.newDocument(WebContext ctx, DocumentRef ref) DocumentObject.newDocument(String path) DocumentObject.newDocument(DocumentModel doc) DocumentObject.newDocument(DocumentRef ref) static DocumentObjectDocumentFactory.newDocumentRoot(WebContext ctx, String path) static DocumentObjectDocumentFactory.newDocumentRoot(WebContext ctx, DocumentModel doc) static DocumentObjectDocumentFactory.newDocumentRoot(WebContext ctx, DocumentRef ref) -
Uses of DocumentObject in org.nuxeo.ecm.restapi.server
Subclasses of DocumentObject in org.nuxeo.ecm.restapi.serverModifier and TypeClassDescriptionclassThis object basically overrides the default DocumentObject that doesn't know how to produce/consume JSONMethods in org.nuxeo.ecm.restapi.server that return DocumentObjectModifier and TypeMethodDescriptionJSONDocumentObject.newDocument(String path) JSONDocumentObject.newDocument(DocumentModel doc) JSONDocumentObject.newDocument(DocumentRef ref)