Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.api.ws.DocumentDescriptor

Packages that use DocumentDescriptor
org.nuxeo.ecm.platform.api.ws   
org.nuxeo.ecm.platform.ws   
 

Uses of DocumentDescriptor in org.nuxeo.ecm.platform.api.ws
 

Methods in org.nuxeo.ecm.platform.api.ws that return DocumentDescriptor
 DocumentDescriptor[] NuxeoRemoting.getChildren(String sessionId, String uuid)
          Gets the children of the given document.
 DocumentDescriptor NuxeoRemoting.getCurrentVersion(String sid, String uid)
          Gets the current version of the given document.
 DocumentDescriptor NuxeoRemoting.getDocument(String sessionId, String uuid)
          Gets the doc descriptor given the doc UUID.
 DocumentDescriptor NuxeoRemoting.getRootDocument(String sessionId)
          Gets the root document descriptor.
 DocumentDescriptor NuxeoRemoting.getSourceDocument(String sid, String uid)
          Gets the document that created the version specified by the given uid.
 DocumentDescriptor[] NuxeoRemoting.getVersions(String sid, String uid)
          Gets the versions of the given document.
 

Uses of DocumentDescriptor in org.nuxeo.ecm.platform.ws
 

Methods in org.nuxeo.ecm.platform.ws that return DocumentDescriptor
 DocumentDescriptor[] NuxeoRemotingBean.getChildren(String sessionId, String uuid)
           
 DocumentDescriptor NuxeoRemotingBean.getCurrentVersion(String sid, String uuid)
           
 DocumentDescriptor NuxeoRemotingBean.getDocument(String sessionId, String uuid)
           
 DocumentDescriptor NuxeoRemotingBean.getRootDocument(String sessionId)
           
 DocumentDescriptor NuxeoRemotingBean.getSourceDocument(String sid, String uid)
           
 DocumentDescriptor[] NuxeoRemotingBean.getVersions(String sid, String uid)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.