| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataElement | |
|---|---|
| com.jalios.rest.client | |
| Uses of DataElement in com.jalios.rest.client | 
|---|
| Methods in com.jalios.rest.client that return DataElement | |
|---|---|
 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.  | 
| Methods in com.jalios.rest.client that return types with arguments of type DataElement | |
|---|---|
 List<DataElement> | 
JcmsApp.getChildren(String dataId)
Gives the list of children of a data, given its id, if its type supports it (TreeNode, Group).  | 
 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).  | 
static List<DataElement> | 
DataElement.getDataElementList(JcmsResource resource,
                   ClientSession session)
For a resource in dataset form, gives a list of corresponding DataElement object.  | 
static List<DataElement> | 
DataElement.getDataElementList(JcmsResource resource,
                   ClientSession session,
                   String dataSetTag)
For a resource in dataset form, gives a list of corresponding DataElement object.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||