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

Packages that use Relateds
com.jalios.rest.client   
 

Uses of Relateds in com.jalios.rest.client
 

Methods in com.jalios.rest.client that return Relateds
 Relateds DataElement.getRelateds()
          Gives a representation of this DataElement related parameters.
 

Methods in com.jalios.rest.client with parameters of type Relateds
 RestQuery RestQuery.addRelateds(Relateds relateds)
          Add relateds parameter to the query (as parameters in the queryString)
 List<DataElement> JcmsApp.getChildren(String dataId, Authentication forcedAuthentication, Relateds relateds)
          Gives the list of children of a data, given its id, if its type supports it (TreeNode, Group).
 JcmsResource JcmsApp.getChildrenData(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(String dataId, Relateds relateds)
          Send a request to get the set of children of a data with a given JCMS id.
 JcmsResource JcmsApp.getData(String dataId, Authentication forcedAuthentication, Relateds relateds)
          Send a request to find a data with a given JCMS id.
 JcmsResource JcmsApp.getData(String dataId, Relateds relateds)
          Send a request to find a data with a given JCMS id.
 DataElement JcmsApp.getDefaultWorkspace(Authentication forcedAuthentication, Relateds relateds)
          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 JcmsApp.getMember(String login, Authentication forcedAuthentication, Relateds relateds)
           
 JcmsResource JcmsApp.getMember(String login, Relateds relateds)
           
 JcmsResource JcmsApp.getMemberList(Authentication forcedAuthentication, Relateds relateds)
           
 JcmsResource JcmsApp.getMemberList(Relateds relateds)
           
 DataElement JcmsApp.getRootCategory(Authentication forcedAuthentication, Relateds relateds)
          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.search(org.restlet.data.Form fields, Authentication forcedAuthentication, Relateds relateds)
           
 JcmsResource JcmsApp.search(org.restlet.data.Form fields, Relateds relateds)
           
 



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