Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Methods in org.nuxeo.ecm.platform.api.ws that return DocumentProperty
 DocumentProperty[] NuxeoRemoting.getDocumentNoBlobProperties(String sid, String uuid)
          Same as NuxeoRemoting.getDocumentProperties(String, String) but skips blobs.
 DocumentProperty[] NuxeoRemoting.getDocumentProperties(String sid, 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)
           
 

Method parameters in org.nuxeo.ecm.platform.api.ws with type arguments of type DocumentProperty
 void DocumentLoader.fillProperties(DocumentModel doc, List<DocumentProperty> props, WSRemotingSession rs)
           
 

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

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

Method parameters in org.nuxeo.ecm.platform.tag.ws with type arguments of type DocumentProperty
 void TagsLoader.fillProperties(DocumentModel doc, List<DocumentProperty> props, WSRemotingSession rs)
           
 

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

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

Method parameters in org.nuxeo.ecm.platform.ws with type arguments of type DocumentProperty
 void DocumentStateLoader.fillProperties(DocumentModel doc, List<DocumentProperty> props, WSRemotingSession rs)
           
 void DocumentSchemaLoader.fillProperties(DocumentModel doc, List<DocumentProperty> props, WSRemotingSession rs)
           
 

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

Method parameters in org.nuxeo.ecm.platform.ws.session with type arguments of type DocumentProperty
 void WSRemotingSessionManagerImpl.fillProperties(DocumentModel doc, List<DocumentProperty> props, WSRemotingSession rs)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.