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<Object> cb)
           
 void Session.execute(OperationRequest request, AsyncCallback<Object> cb)
           
 void Session.getFile(String path, AsyncCallback<Blob> cb)
           
 void Session.getFiles(String path, AsyncCallback<Blobs> cb)
           
 void AutomationClient.getSession(AsyncCallback<Session> cb)
          Creates asynchronously a new session.
 void AutomationClient.getSession(String username, 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<Object> cb)
           
 void DefaultSession.execute(OperationRequest request, AsyncCallback<Object> cb)
           
 void DefaultSession.getFile(String path, AsyncCallback<Blob> cb)
           
 void DefaultSession.getFiles(String path, AsyncCallback<Blobs> cb)
           
 void AbstractAutomationClient.getSession(AsyncCallback<Session> cb)
           
 void AbstractAutomationClient.getSession(String username, String password, AsyncCallback<Session> cb)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.