Uses of Class
com.jalios.rest.client.ClientSession

Packages that use ClientSession
com.jalios.rest.client   
com.jalios.rest.client.authentication   
 

Uses of ClientSession in com.jalios.rest.client
 

Methods in com.jalios.rest.client that return ClientSession
 ClientSession JcmsApp.getSession()
           
 

Methods in com.jalios.rest.client with parameters of type ClientSession
static List<DataElement> DataElement.getDataElementList(JcmsResource resource, ClientSession session)
          For a resource in dataset form, gives a list of corresponding DataElement object.
static List<DataElement> DataElement.getDataElementList(JcmsResource resource, ClientSession session, String dataSetTag)
          For a resource in dataset form, gives a list of corresponding DataElement object.
static DataElement DataElement.getFirstDataElement(JcmsResource resource, ClientSession session)
          For a single data in a resource, gives the corresponding DataElement object.
 org.restlet.data.Response Authentication.updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
           
 

Constructors in com.jalios.rest.client with parameters of type ClientSession
DataElement(org.jdom.Element element, ClientSession session)
           
JcmsApp(ClientSession session)
           
RestQuery(ClientSession session, org.restlet.data.Reference reference)
           
RestQuery(ClientSession session, String resourcePath)
           
 

Uses of ClientSession in com.jalios.rest.client.authentication
 

Methods in com.jalios.rest.client.authentication with parameters of type ClientSession
 org.restlet.data.Response BasicAuthentication.updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
           
 org.restlet.data.Response AuthKeyAuthentication.updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
           
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.