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

Packages that use JcmsResource
com.jalios.rest.client   
 

Uses of JcmsResource in com.jalios.rest.client
 

Methods in com.jalios.rest.client that return JcmsResource
 JcmsResource JcmsApp.createData(String dataTypeClassShortName, org.restlet.data.Form fields)
          Create a data of type given by the dataTypeClassShortName and the values set in the form fields.
 JcmsResource JcmsApp.createData(String dataTypeClassShortName, org.restlet.data.Form fields, Authentication forcedAuthentication)
          Create a data of type given by the dataTypeClassShortName and the values set in the form fields.
 JcmsResource JcmsApp.deleteData(org.restlet.data.Reference dataRef)
           
 JcmsResource JcmsApp.deleteData(org.restlet.data.Reference dataRef, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.deleteData(String dataId)
           
 JcmsResource JcmsApp.deleteData(String dataId, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.disableDataWrite(String msg)
           
 JcmsResource JcmsApp.disableDataWrite(String msg, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.disableMember(String login)
          Call to the member resource, given its login, with action disable.
 JcmsResource JcmsApp.enableDataWrite(String msg)
           
 JcmsResource JcmsApp.enableDataWrite(String msg, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.enableMember(String login, String password)
          Call to the member resource, given its login, with action enable, and with the password given in parameter (in post).
 JcmsResource ClientSession.findResource(org.restlet.data.Reference resourceRef)
           
 JcmsResource RestQuery.get()
           
 JcmsResource JcmsApp.getAdminStatus()
           
 JcmsResource JcmsApp.getAdminStatus(Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getAllDataType()
           
 JcmsResource JcmsApp.getAllDataType(Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getAllWorkflows()
           
 JcmsResource JcmsApp.getAllWorkflows(Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getData(String dataId)
          Send a request to find a data with a given JCMS id.
 JcmsResource JcmsApp.getData(String dataId, Authentication forcedAuthentication)
          Send a request to find a data with a given JCMS id.
 JcmsResource JcmsApp.getDataType(String typeshortclassname)
           
 JcmsResource JcmsApp.getDataType(String typeshortclassname, Authentication forcedAuthentication)
           
 JcmsResource ClientSession.getJcmsResource(org.restlet.data.Reference resourceRef, Authentication forcedAuthentication)
           
 JcmsResource ClientSession.getJcmsResource(String resourcePath, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getMember(String login)
           
 JcmsResource JcmsApp.getMember(String login, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getMemberList()
           
 JcmsResource JcmsApp.getMemberList(Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getWorkflow(String wfId)
           
 JcmsResource JcmsApp.getWorkflow(String wfId, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.importDataFromSource(String importSourceId)
           
 JcmsResource JcmsApp.importDataFromSource(String importSourceId, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.search(org.restlet.data.Form fields)
           
 JcmsResource JcmsApp.search(org.restlet.data.Form fields, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.updateData(org.restlet.data.Reference dataRef, org.restlet.data.Form fields)
           
 JcmsResource JcmsApp.updateData(org.restlet.data.Reference dataRef, org.restlet.data.Form fields, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.updateData(String dataId, org.restlet.data.Form fields)
           
 JcmsResource JcmsApp.updateData(String dataId, org.restlet.data.Form fields, Authentication forcedAuthentication)
           
 

Methods in com.jalios.rest.client with parameters of type JcmsResource
static boolean ClientUtil.getBoolean(JcmsResource resource, String xpathExpression, boolean def)
          If the result of the XPath query is a boolean String, it is converted in Boolean.
 org.restlet.data.Reference ClientSession.getCreatedDataRef(JcmsResource response)
          When a data is created (while using createData), the URI of the new data is given in the HTTP response header "Location".
static Date ClientUtil.getDate(JcmsResource resource, String xpathExpression, Date def)
          If the result of the XPath query is a Date as defined by the W3C Date Time format (eg 1999-01-01T14:07:00+01:00).
static org.jdom.Element ClientUtil.getFirstElement(JcmsResource resource, String xpathExpression)
          Utility functions to use XPath expression to introspect xml contained in entity boby of HTTP response
static long ClientUtil.getLong(JcmsResource resource, String xpathExpression, long def)
          If the result of the XPath query is a long representation String, it is converted as an long.
static List<?> ClientUtil.getNodeList(JcmsResource resource, String xpathExpression)
          Provide XPath feature : returns the list of Nodes in the xml in the entity body of the resource in first argument, with the xPathExpression in second argument.
static Object ClientUtil.getSingleNode(JcmsResource resource, String xpathExpression)
          Provide XPath feature : returns the first of the Nodes in the xml in the entity body of the resource in first argument, with the xPathExpression in second argument.
static String ClientUtil.getString(JcmsResource resource, String xpathExpression)
          Return the most pertinent String for the result of the XPath query in the body content of the given resource.
 



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