Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Methods in org.nuxeo.ecm.automation.client that return Session
 Session OperationRequest.getSession()
           
 Session AutomationClient.getSession()
          Creates a new session.
 Session AutomationClient.getSession(LoginCallback loginCb)
          Create a new session using the given login callback to gather login info.
 Session AutomationClient.getSession(String username, String password)
          Creates a new session using the given login.
 

Method parameters in org.nuxeo.ecm.automation.client with type arguments of type Session
 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 Session in org.nuxeo.ecm.automation.client.adapters
 

Methods in org.nuxeo.ecm.automation.client.adapters that return Session
 Session DocumentService.getSession()
           
 

Constructors in org.nuxeo.ecm.automation.client.adapters with parameters of type Session
DocumentService(Session session)
           
 

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

Classes in org.nuxeo.ecm.automation.client.jaxrs.spi that implement Session
 class DefaultSession
           
 class JavaSession
          Abstract class for sessions running on real JVMs.
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi that return Session
 Session AbstractAutomationClient.getSession()
           
 Session JavaClient.getSession()
           
 Session AbstractAutomationClient.getSession(LoginCallback loginCb)
           
 Session JavaClient.getSession(LoginCallback cb)
           
 Session AbstractAutomationClient.getSession(String username, String password)
           
 Session JavaClient.getSession(String username, String password)
           
 

Method parameters in org.nuxeo.ecm.automation.client.jaxrs.spi with type arguments of type Session
 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)
           
 

Uses of Session in org.nuxeo.ecm.automation.client.model
 

Methods in org.nuxeo.ecm.automation.client.model that return Session
 Session BlobRef.session()
           
 

Methods in org.nuxeo.ecm.automation.client.model with parameters of type Session
 void BlobRef.attach(Session session)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.