Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Methods in org.nuxeo.ecm.platform.api.ws that return DocumentBlob
 DocumentBlob[] DocumentSnapshot.getBlobProperties()
           
 DocumentBlob[] NuxeoRemoting.getDocumentBlobs(String sid, String uuid)
          Returns the document blobs only using byte[] format
 DocumentBlob[] NuxeoRemoting.getDocumentBlobsExt(String sid, String uuid, boolean useDownloadUrl)
          Returns the document blobs only.
 

Methods in org.nuxeo.ecm.platform.api.ws with parameters of type DocumentBlob
 void DocumentSnapshot.setBlobProperties(DocumentBlob[] blobProperties)
           
 

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

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

Methods in org.nuxeo.ecm.platform.ws that return DocumentBlob
 DocumentBlob[] NuxeoRemotingBean.getDocumentBlobs(String sid, String uuid)
           
 DocumentBlob[] NuxeoRemotingBean.getDocumentBlobsExt(String sid, String uuid, boolean useDownloadUrl)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.