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

Packages that use RestException
com.jalios.rest.client   
 

Uses of RestException in com.jalios.rest.client
 

Methods in com.jalios.rest.client that throw RestException
 JcmsResource JcmsApp.downloadFile(java.lang.String fileLink)
           
 JcmsResource JcmsApp.findResource(org.restlet.data.Reference ref, Relateds relateds)
           
 JcmsResource RestQuery.get()
          Executes this rest query as a HTTP query with a GET method.
 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.getChildrenData(java.lang.String dataId)
          Send a request to get the set of children of a data with a given JCMS id.
 JcmsResource JcmsApp.getChildrenData(java.lang.String dataId, Authentication forcedAuthentication)
          Send a request to get the set of children of a data with a given JCMS id.
 JcmsResource JcmsApp.getChildrenData(java.lang.String dataId, Authentication forcedAuthentication, Relateds relateds)
          Send a request to get the set of children of a data with a given JCMS id.
 JcmsResource JcmsApp.getChildrenData(java.lang.String dataId, Relateds relateds)
          Send a request to get the set of children of a data with a given JCMS id.
 JcmsResource JcmsApp.getData(java.lang.String dataId)
          Send a request to find a data with a given JCMS id.
 JcmsResource JcmsApp.getData(java.lang.String dataId, Authentication forcedAuthentication)
          Send a request to find a data with a given JCMS id.
 JcmsResource JcmsApp.getData(java.lang.String dataId, Authentication forcedAuthentication, Relateds relateds)
          Send a request to find a data with a given JCMS id.
 JcmsResource JcmsApp.getData(java.lang.String dataId, Relateds relateds)
          Send a request to find a data with a given JCMS id.
 JcmsResource JcmsApp.getDataList(java.lang.String[] dataId)
          Send a request to find a data with a given JCMS id.
 JcmsResource JcmsApp.getDataType(java.lang.String typeshortclassname)
           
 JcmsResource JcmsApp.getDataType(java.lang.String typeshortclassname, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getDefaultWorkspaceData()
          Gives the default Workspace of JCMS, if it is visible for the loggedMember.
 JcmsResource JcmsApp.getDefaultWorkspaceData(Authentication forcedAuthentication, Relateds relateds)
          Gives the default Workspace of JCMS, if it is visible for the loggedMember.
 JcmsResource ClientSession.getJcmsResource(org.restlet.data.Reference resourceRef, Authentication forcedAuthentication)
           
 JcmsResource ClientSession.getJcmsResource(java.lang.String resourcePath, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getMember(java.lang.String login)
           
 JcmsResource JcmsApp.getMember(java.lang.String login, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getMember(java.lang.String login, Authentication forcedAuthentication, Relateds relateds)
           
 JcmsResource JcmsApp.getMember(java.lang.String login, Relateds relateds)
           
 JcmsResource JcmsApp.getMemberList()
           
 JcmsResource JcmsApp.getMemberList(Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.getMemberList(Authentication forcedAuthentication, Relateds relateds)
           
 JcmsResource JcmsApp.getMemberList(Relateds relateds)
           
 JcmsResource JcmsApp.getRootCategoryData()
          Gives the root of JCMS categories, if it is visible for the loggedMember.
 JcmsResource JcmsApp.getRootCategoryData(Authentication forcedAuthentication, Relateds relateds)
          Gives the root of JCMS categories, if it is visible for the loggedMember.
 JcmsResource JcmsApp.getWorkflow(java.lang.String wfId)
           
 JcmsResource JcmsApp.getWorkflow(java.lang.String wfId, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.search(org.restlet.data.Form fields)
           
 JcmsResource JcmsApp.search(org.restlet.data.Form fields, Authentication forcedAuthentication)
           
 JcmsResource JcmsApp.search(org.restlet.data.Form fields, Authentication forcedAuthentication, Relateds relateds)
           
 JcmsResource JcmsApp.search(org.restlet.data.Form fields, Relateds relateds)
           
 



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