Nuxeo Enterprise Platform 5.4

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(java.lang.String sid, java.lang.String uuid)
          Returns the document blobs only using byte[] format
 DocumentBlob[] NuxeoRemoting.getDocumentBlobsExt(java.lang.String sid, java.lang.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, java.lang.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(java.lang.String sid, java.lang.String uuid)
           
 DocumentBlob[] NuxeoRemotingBean.getDocumentBlobsExt(java.lang.String sid, java.lang.String uuid, boolean useDownloadUrl)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.