Nuxeo Enterprise Platform 5.4

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

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

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

Methods in org.nuxeo.ecm.platform.api.ws that return DocumentProperty
 DocumentProperty[] NuxeoRemoting.getDocumentNoBlobProperties(java.lang.String sid, java.lang.String uuid)
          Same as NuxeoRemoting.getDocumentProperties(String, String) but skips blobs.
 DocumentProperty[] NuxeoRemoting.getDocumentProperties(java.lang.String sid, java.lang.String uuid)
          Returns the document properties.
 DocumentProperty[] DocumentSnapshot.getNoBlobProperties()
           
 

Methods in org.nuxeo.ecm.platform.api.ws with parameters of type DocumentProperty
 void DocumentSnapshot.setNoBlobProperties(DocumentProperty[] noBlobProperties)
           
 

Constructors in org.nuxeo.ecm.platform.api.ws with parameters of type DocumentProperty
DocumentSnapshot(DocumentProperty[] noBlobProperties, DocumentBlob[] blobProperties, java.lang.String pathAsString, WsACE[] acl)
           
 

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

Methods in org.nuxeo.ecm.platform.ws that return DocumentProperty
 DocumentProperty[] NuxeoRemotingBean.getDocumentNoBlobProperties(java.lang.String sid, java.lang.String uuid)
           
 DocumentProperty[] NuxeoRemotingBean.getDocumentProperties(java.lang.String sid, java.lang.String uuid)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.