Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.automation.client.model.Blob

Packages that use Blob
org.nuxeo.ecm.automation.client   
org.nuxeo.ecm.automation.client.adapters   
org.nuxeo.ecm.automation.client.jaxrs.impl   
org.nuxeo.ecm.automation.client.jaxrs.spi   
org.nuxeo.ecm.automation.client.jaxrs.util   
org.nuxeo.ecm.automation.client.model   
 

Uses of Blob in org.nuxeo.ecm.automation.client
 

Methods in org.nuxeo.ecm.automation.client that return Blob
 Blob Session.getFile(String path)
          Get a file from the server given a path identifying the file.
 

Method parameters in org.nuxeo.ecm.automation.client with type arguments of type Blob
 void Session.getFile(String path, AsyncCallback<Blob> cb)
           
 

Uses of Blob in org.nuxeo.ecm.automation.client.adapters
 

Methods in org.nuxeo.ecm.automation.client.adapters with parameters of type Blob
 void DocumentService.setBlob(DocRef doc, Blob blob)
           
 void DocumentService.setBlob(DocRef doc, Blob blob, String xpath)
           
 

Uses of Blob in org.nuxeo.ecm.automation.client.jaxrs.impl
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.impl with parameters of type Blob
 void MultipartRequestEntity.setBlob(Blob blob)
           
 

Method parameters in org.nuxeo.ecm.automation.client.jaxrs.impl with type arguments of type Blob
 void MultipartRequestEntity.setBlobs(List<Blob> blobs)
           
 

Uses of Blob in org.nuxeo.ecm.automation.client.jaxrs.spi
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi that return Blob
 Blob DefaultSession.getFile(String path)
           
 

Method parameters in org.nuxeo.ecm.automation.client.jaxrs.spi with type arguments of type Blob
 void DefaultSession.getFile(String path, AsyncCallback<Blob> cb)
           
 void JavaSession.getFile(String path, AsyncCallback<Blob> cb)
           
 

Uses of Blob in org.nuxeo.ecm.automation.client.jaxrs.util
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.util with parameters of type Blob
 void MultipartInput.setBlob(Blob blob)
           
 

Method parameters in org.nuxeo.ecm.automation.client.jaxrs.util with type arguments of type Blob
 void MultipartInput.setBlobs(List<Blob> blobs)
           
 

Constructors in org.nuxeo.ecm.automation.client.jaxrs.util with parameters of type Blob
BlobDataSource(Blob blob)
           
 

Uses of Blob in org.nuxeo.ecm.automation.client.model
 

Subclasses of Blob in org.nuxeo.ecm.automation.client.model
 class BlobRef
           
 class FileBlob
           
 class StreamBlob
           
 class StringBlob
          An in memory bob containing a string.
 

Methods in org.nuxeo.ecm.automation.client.model that return Blob
static Blob Blob.fromBase64String(String fileName, String content)
           
static Blob Blob.fromBase64String(String fileName, String content, String mimeType)
           
 Blob PropertyMap.getBlob(String key)
           
 

Constructor parameters in org.nuxeo.ecm.automation.client.model with type arguments of type Blob
Blobs(List<Blob> blobs)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.