Nuxeo Enterprise Platform 5.4

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

Packages that use Blobs
org.nuxeo.ecm.automation.client.jaxrs   
org.nuxeo.ecm.automation.client.jaxrs.adapters   
org.nuxeo.ecm.automation.client.jaxrs.spi   
 

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

Methods in org.nuxeo.ecm.automation.client.jaxrs that return Blobs
 Blobs Session.getFiles(String path)
          Get a collection of files from the server given the path identifying the collection.
 

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

Uses of Blobs in org.nuxeo.ecm.automation.client.jaxrs.adapters
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.adapters that return Blobs
 Blobs DocumentService.getBlobs(DocRef doc)
           
 Blobs DocumentService.getBlobs(DocRef doc, String xpath)
           
 

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

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

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


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.