Nuxeo Enterprise Platform 5.4

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

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

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

Methods in org.nuxeo.ecm.automation.client.jaxrs.adapters with parameters of type DocRef
 Document DocumentService.createDocument(DocRef parent, java.lang.String type, java.lang.String name)
           
 Document DocumentService.createDocument(DocRef parent, java.lang.String type, java.lang.String name, PropertyMap properties)
           
 Documents DocumentService.getChild(DocRef docRef, java.lang.String path)
           
 Documents DocumentService.getChildren(DocRef docRef)
           
 Document DocumentService.getDocument(DocRef ref)
           
 Documents DocumentService.getParent(DocRef docRef)
           
 Documents DocumentService.getParent(DocRef docRef, java.lang.String type)
           
 

Uses of DocRef in org.nuxeo.ecm.automation.client.jaxrs.model
 

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

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.