Package | Description |
---|---|
com.jalios.rest.client |
Modifier and Type | Method and Description |
---|---|
Relateds |
DataElement.getRelateds()
Gives a representation of this DataElement related parameters.
|
Modifier and Type | Method and Description |
---|---|
RestQuery |
RestQuery.addRelateds(Relateds relateds)
Add relateds parameter to the query (as parameters in the queryString)
|
JcmsResource |
JcmsApp.findResource(org.restlet.data.Reference ref,
Relateds relateds) |
java.util.List<DataElement> |
JcmsApp.getChildren(java.lang.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(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,
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.
|
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(java.lang.String login,
Authentication forcedAuthentication,
Relateds relateds) |
JcmsResource |
JcmsApp.getMember(java.lang.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-2021 Jalios SA. All Rights Reserved.