Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.automation.client.jaxrs.model.Document

Packages that use Document
org.nuxeo.ecm.automation.client.jaxrs.adapters   
org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers   
 

Uses of Document in org.nuxeo.ecm.automation.client.jaxrs.adapters
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.adapters that return Document
 Document DocumentService.copy(DocRef src, DocRef targetParent)
           
 Document DocumentService.copy(DocRef src, DocRef targetParent, String name)
           
 Document DocumentService.createDocument(DocRef parent, String type, String name)
           
 Document DocumentService.createDocument(DocRef parent, String type, String name, PropertyMap properties)
           
 Document DocumentService.createRelation(DocRef subject, String predicate, DocRef object)
           
 Document DocumentService.createVersion(DocRef doc)
           
 Document DocumentService.createVersion(DocRef doc, String increment)
          Increment is one of "None", "Major", "Minor".
 Document DocumentService.getChild(DocRef docRef, String name)
           
 Document DocumentService.getDocument(DocRef ref)
           
 Document DocumentService.getDocument(DocRef ref, String schemas)
           
 Document DocumentService.getDocument(String ref)
           
 Document DocumentService.getParent(DocRef docRef)
           
 Document DocumentService.getRootDocument()
           
 Document DocumentService.lock(DocRef doc)
           
 Document DocumentService.lock(DocRef doc, String lock)
           
 Document DocumentService.move(DocRef src, DocRef targetParent)
           
 Document DocumentService.move(DocRef src, DocRef targetParent, String name)
           
 Document DocumentService.publish(DocRef doc, DocRef section)
           
 Document DocumentService.publish(DocRef doc, DocRef section, boolean override)
           
 Document DocumentService.removeAcl(DocRef doc, String acl)
           
 Document DocumentService.removeProperty(DocRef doc, String key)
           
 Document DocumentService.setPermission(DocRef doc, String user, String permission)
           
 Document DocumentService.setPermission(DocRef doc, String user, String permission, boolean granted)
           
 Document DocumentService.setPermission(DocRef doc, String user, String permission, String acl, boolean granted)
           
 Document DocumentService.setProperty(DocRef doc, String key, String value)
           
 Document DocumentService.setState(DocRef doc, String state)
           
 Document DocumentService.unlock(DocRef doc)
           
 Document DocumentService.update(DocRef doc, PropertyMap properties)
           
 

Uses of Document in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that return Document
 Document DocumentMarshaller.read(net.sf.json.JSONObject json)
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that return types with arguments of type Document
 Class<Document> DocumentMarshaller.getJavaType()
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers with parameters of type Document
 String DocumentMarshaller.getReference(Document info)
           
 void DocumentMarshaller.write(net.sf.json.JSONObject object, Document doc)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.