Package | Description |
---|---|
com.jalios.rest.client |
Modifier and Type | Class and Description |
---|---|
class |
MemberElement
This class provides a wrapper to get the informations in the JCMS data XML element of a Member resource.
|
Modifier and Type | Method and Description |
---|---|
DataElement |
JcmsApp.getDefaultWorkspace()
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
|
DataElement |
JcmsApp.getDefaultWorkspace(Authentication forcedAuthentication,
Relateds relateds)
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
|
static DataElement |
DataElement.getFirstDataElement(JcmsResource resource,
ClientSession session)
For a single data in a resource, gives the corresponding DataElement object.
|
DataElement |
JcmsApp.getRootCategory()
Gives the root of JCMS categories, if it is visible for the loggedMember.
|
DataElement |
JcmsApp.getRootCategory(Authentication forcedAuthentication,
Relateds relateds)
Gives the root of JCMS categories, if it is visible for the loggedMember.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataElement> |
JcmsApp.getChildren(java.lang.String dataId)
Gives the list of children of a data, given its id, if its type supports it
(TreeNode, Group).
|
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).
|
static java.util.List<DataElement> |
DataElement.getDataElementList(JcmsResource resource,
ClientSession session)
For a resource in dataset form, gives a list of corresponding DataElement object.
|
static java.util.List<DataElement> |
DataElement.getDataElementList(JcmsResource resource,
ClientSession session,
java.lang.String dataSetTag)
For a resource in dataset form, gives a list of corresponding DataElement object.
|
Copyright © 2001-2021 Jalios SA. All Rights Reserved.