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.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(java.lang.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(java.lang.String path, AsyncCallback<Blobs> cb)
           
 

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(java.lang.String path)
           
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.