Interface SystemGroupAssigned

All Known Subinterfaces:
Category, User

public interface SystemGroupAssigned
Represents an object which is assigned to system groups
Since:
10.0.108
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an unmodifiable cached view of the assigned system groups.
  • Method Details

    • getAssignedSystemGroups

      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