Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Methods in org.nuxeo.ecm.automation.client 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 with type arguments of type Blobs
 void Session.getFiles(String path, AsyncCallback<Blobs> cb)
           
 

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

Methods in org.nuxeo.ecm.automation.client.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)
           
 void JavaSession.getFiles(String path, AsyncCallback<Blobs> cb)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.