Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Methods in org.nuxeo.ecm.automation.client 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 a new session.
 void AutomationClient.getSession(LoginCallback loginCb, AsyncCallback<Session> cb)
          Create asynchronously a new session using the given login callback to gather login info.
 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 JavaOperationRequest.execute(AsyncCallback<Object> cb)
           
 void DefaultOperationRequest.execute(AsyncCallback<Object> cb)
           
 void DefaultSession.execute(OperationRequest request, AsyncCallback<Object> cb)
           
 void JavaSession.execute(OperationRequest request, AsyncCallback<Object> cb)
           
 void DefaultSession.getFile(String path, AsyncCallback<Blob> cb)
           
 void JavaSession.getFile(String path, AsyncCallback<Blob> cb)
           
 void DefaultSession.getFiles(String path, AsyncCallback<Blobs> cb)
           
 void JavaSession.getFiles(String path, AsyncCallback<Blobs> cb)
           
 void AbstractAutomationClient.getSession(AsyncCallback<Session> cb)
           
 void JavaClient.getSession(AsyncCallback<Session> cb)
           
 void AbstractAutomationClient.getSession(LoginCallback loginCb, AsyncCallback<Session> cb)
           
 void JavaClient.getSession(LoginCallback loginCb, AsyncCallback<Session> cb)
           
 void AbstractAutomationClient.getSession(String username, String password, AsyncCallback<Session> cb)
           
 void JavaClient.getSession(String username, String password, AsyncCallback<Session> cb)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.