-
interface
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.
Creates a new group with the given name as child of this group and appends it to the list of
children
.
Creates a new group with the given name and id as child of this group and appends it to the list of
children
.
Returns the first occurrence of a group with the given id or null
ifno group exists with the given id.
Returns the parent group of this group or
null
if this group is the
root group
Returns a list of all (recursive) group children of this group.
Returns a list of all parents existing on the parent path of this group.
Returns a collection of all direct sub group children.
void
Removes the given group from the list
getAllChildren()
instead