Uses of Interface
de.espirit.firstspirit.service.permission.groups.Group
Packages that use Group
-
Uses of Group in de.espirit.firstspirit.service.permission.groups
Subinterfaces of Group in de.espirit.firstspirit.service.permission.groupsModifier and TypeInterfaceDescriptioninterface
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.Methods in de.espirit.firstspirit.service.permission.groups that return GroupModifier and TypeMethodDescriptionGroup.appendChild
(String name) Creates a new group with the given name as child of this group and appends it to the list ofchildren
.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 ofchildren
.@Nullable Group
GroupRoot.getGroupById
(String id) Returns the first occurrence of a group with the given id ornull
if no group exists with the given id.@Nullable Group
Group.getParent()
Returns the parent group of this group ornull
if this group is theroot group
Methods in de.espirit.firstspirit.service.permission.groups that return types with arguments of type GroupModifier and TypeMethodDescriptionGroup.getAllChildren()
Returns a list of all (recursive) group children of this group.Group.getAllChilds()
Deprecated.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.Methods in de.espirit.firstspirit.service.permission.groups with parameters of type GroupModifier and TypeMethodDescriptionvoid
Group.removeChild
(Group group) Removes the given group from the list
getAllChildren()
instead