Interface SystemGroupAssigned
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<SystemGroup>
getAssignedSystemGroups()
Returns an unmodifiable cached view of the assigned system groups.
-
-
-
Method Detail
-
getAssignedSystemGroups
java.util.Set<SystemGroup> getAssignedSystemGroups()
Returns an unmodifiable cached view of the assigned system groups.
The returned set is not updated when assignments change.- Returns:
- the current assigned system groups as an unmodifiable set
- Since:
- 10.0.108
-
-