| Package | Description |
|---|---|
| com.edgeti.VisibilityServer.UsersAndRoles |
| Modifier and Type | Field and Description |
|---|---|
private RoleNode |
RoleNode.parent
The parent.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<RoleNode> |
RoleNode.children
The children.
|
| Modifier and Type | Method and Description |
|---|---|
RoleNode |
RoleNode.getParent()
Get the RoleNode that is the parent of this RoleNode.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<RoleNode> |
RoleNode.getChildren()
Get all the RoleNodes that are children of this RoleNode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleNode.addChild(RoleNode child)
Add a RoleNode child to this RoleNode.
|
void |
RoleNode.setParent(RoleNode parent)
Set the RoleNode that is the parent of this RoleNode.
|