Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.automation.client.jaxrs.AsyncCallback

Packages that use AsyncCallback
org.nuxeo.ecm.automation.client.jaxrs   
org.nuxeo.ecm.automation.client.jaxrs.spi   
 

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

Methods in org.nuxeo.ecm.automation.client.jaxrs with parameters of type AsyncCallback
 void OperationRequest.execute(AsyncCallback<java.lang.Object> cb)
           
 void Session.execute(OperationRequest request, AsyncCallback<java.lang.Object> cb)
           
 void Session.getFile(java.lang.String path, AsyncCallback<Blob> cb)
           
 void Session.getFiles(java.lang.String path, AsyncCallback<Blobs> cb)
           
 void AutomationClient.getSession(java.lang.String username, java.lang.String password, AsyncCallback<Session> cb)
          Creates asynchronously a new session using the given login.
 

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

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi with parameters of type AsyncCallback
 void DefaultOperationRequest.execute(AsyncCallback<java.lang.Object> cb)
           
 void DefaultSession.execute(OperationRequest request, AsyncCallback<java.lang.Object> cb)
           
 void DefaultSession.getFile(java.lang.String path, AsyncCallback<Blob> cb)
           
 void DefaultSession.getFiles(java.lang.String path, AsyncCallback<Blobs> cb)
           
 void AbstractAutomationClient.getSession(java.lang.String username, java.lang.String password, AsyncCallback<Session> cb)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.