Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.automation.client.model.DocRef

Packages that use DocRef
org.nuxeo.ecm.automation.client.adapters   
org.nuxeo.ecm.automation.client.model   
 

Uses of DocRef in org.nuxeo.ecm.automation.client.adapters
 

Methods in org.nuxeo.ecm.automation.client.adapters with parameters of type DocRef
 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".
 void DocumentService.fireEvent(DocRef doc, String event)
           
 FileBlob DocumentService.getBlob(DocRef doc)
           
 FileBlob DocumentService.getBlob(DocRef doc, String xpath)
           
 Blobs DocumentService.getBlobs(DocRef doc)
           
 Blobs DocumentService.getBlobs(DocRef doc, String xpath)
           
 Document DocumentService.getChild(DocRef docRef, String name)
           
 Documents DocumentService.getChildren(DocRef docRef)
           
 Document DocumentService.getDocument(DocRef ref)
           
 Document DocumentService.getDocument(DocRef ref, String schemas)
           
 Document DocumentService.getParent(DocRef docRef)
           
 Documents DocumentService.getParent(DocRef docRef, String type)
           
 Documents DocumentService.getRelations(DocRef doc, String predicate)
           
 Documents DocumentService.getRelations(DocRef doc, String predicate, boolean outgoing)
           
 Documents DocumentService.getRelations(DocRef doc, String predicate, boolean outgoing, String graphName)
           
 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)
           
 void DocumentService.remove(DocRef doc)
           
 Document DocumentService.removeAcl(DocRef doc, String acl)
           
 void DocumentService.removeBlob(DocRef doc)
           
 void DocumentService.removeBlob(DocRef doc, String xpath)
           
 Document DocumentService.removeProperty(DocRef doc, String key)
           
 void DocumentService.setBlob(DocRef doc, Blob blob)
           
 void DocumentService.setBlob(DocRef doc, Blob blob, String xpath)
           
 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 DocRef in org.nuxeo.ecm.automation.client.model
 

Subclasses of DocRef in org.nuxeo.ecm.automation.client.model
 class Document
          A immutable document.
 class IdRef
           
 class PathRef
           
 

Methods in org.nuxeo.ecm.automation.client.model that return DocRef
static DocRef DocRef.newRef(String ref)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.