Package | Description |
---|---|
com.edgeti.VisibilityServer | |
com.edgeti.VisibilityServer.UsersAndRoles |
Modifier and Type | Field and Description |
---|---|
private FlexTreeObject |
FlexTreeObject.parent |
Modifier and Type | Method and Description |
---|---|
FlexTreeObject |
DbRemoteObject.getMetaEntryDetailsList(java.lang.String topLevel,
UserInfoObject user) |
FlexTreeObject |
FlexTreeObject.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
FlexTreeObject.setParent(FlexTreeObject parent) |
Modifier and Type | Method and Description |
---|---|
FlexTreeObject |
UsersAndRoles.getDashboardTree(java.lang.String mode)
(Standalone) Get a tree that organizes the dashboards by user.
|
FlexTreeObject |
UsersAndRoles.getGroupDashboardTree(UserInfoObject uio)
(Standalone) Get a tree that organizes the dashboards by role visible to user.
|
FlexTreeObject |
UsersAndRoles.getRoleTree()
Deprecated.
|
FlexTreeObject |
UsersAndRoles.getSlideShowTree(java.lang.String mode)
Gets the slide show tree.
|
FlexTreeObject |
UsersAndRoles.getTablesTree(java.lang.String mode)
(Standalone) Get a tree that organises the dashboards.
|
FlexTreeObject |
UsersAndRoles.getUserDashboardTree(int id,
java.lang.String mode)
(Standalone).
|
Modifier and Type | Method and Description |
---|---|
void |
RoleNode.toFlexTree(FlexTreeObject ftoParent)
Set the hierarchy as a tree.
|
void |
RoleInfoObject.toFlexTree(FlexTreeObject ftoParent)
Return the hierarchy as a tree.
|