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.enableDataWrite(String msg)
           
 JcmsResource JcmsApp.enableDataWrite(String msg, Authentication forcedAuthentication)
           
 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
 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 org.jdom.Element ClientUtil.getFirstElement(JcmsResource resource, String xpathExpression)
           
static List ClientUtil.getNodeList(JcmsResource resource, String xpathExpression)
           
static Object ClientUtil.getSingleNode(JcmsResource resource, String xpathExpression)
           
 



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