Package | Description |
---|---|
de.espirit.firstspirit.service.permission.groups |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupRoot
Interface representing a group root model belonging to the groups.xml file specified
by the param (DOCUMENT_NAME.path) in service.ini of permission service.
|
Modifier and Type | Method and Description |
---|---|
Group |
Group.appendChild(String name)
Creates a new group with the given name as child of this group
and appends it to the list of
children . |
Group |
Group.appendChild(String id,
String name)
Creates a new group with the given name and id as child of this group
and appends it to the list of
children . |
Group[] |
Group.getChilds()
Deprecated.
since 4.2.200 - use
getChildren() instead |
Group |
GroupRoot.getGroupById(String id)
Returns the first occurrence of a group with the given id or
null if
no group exists with the given id. |
Group |
Group.getParent()
Returns the parent group of this group or
null if this group is the root group |
Modifier and Type | Method and Description |
---|---|
List<Group> |
Group.getAllChildren()
Returns a list of all (recursive) group children of this group.
|
List<Group> |
Group.getAllChilds()
Deprecated.
since 4.2.200 - use
getAllChildren() instead |
List<Group> |
Group.getAllParents()
Returns a list of all parents existing on the parent path
of this group.
|
Collection<? extends Group> |
Group.getChildren()
Returns a collection of all direct sub group children.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.removeChild(Group group)
Removes the given group from the list
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500