Interface SystemGroupAssigned

  • All Known Subinterfaces:
    Category, User

    public interface SystemGroupAssigned
    Represents an object which is assigned to system groups
    Since:
    10.0.108
    • 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