Nuxeo Enterprise Platform 5.4

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

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

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

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

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

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(java.util.List<Blob> blobs)
           
 

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

Subclasses of Blob in org.nuxeo.ecm.automation.client.jaxrs.model
 class FileBlob
           
 

Constructor parameters in org.nuxeo.ecm.automation.client.jaxrs.model with type arguments of type Blob
Blobs(java.util.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(java.lang.String path)
           
 

Method parameters in org.nuxeo.ecm.automation.client.jaxrs.spi with type arguments of type Blob
 void DefaultSession.getFile(java.lang.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(java.util.List<Blob> blobs)
           
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.