Nuxeo Enterprise Platform 5.4

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

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

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

Methods in org.nuxeo.ecm.automation.client.jaxrs that return Session
 Session OperationRequest.getSession()
           
 Session AutomationClient.getSession(java.lang.String username, java.lang.String password)
          Creates a new session using the given login.
 

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

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

Constructors in org.nuxeo.ecm.automation.client.jaxrs.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
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi that return Session
 Session AbstractAutomationClient.getSession(java.lang.String username, java.lang.String password)
           
 Session AbstractAutomationClient.login(java.lang.String username, java.lang.String password)
           
 

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