Class ActivityPriority.IncludedEntry

  • Enclosing class:
    ActivityPriority

    public static class ActivityPriority.IncludedEntry
    extends java.lang.Object
    An access control specifies which principals an ActivityPriority applies to.

    The principals are specified as a set of principals to be included and a set of principals to be excluded. The priority will apply to a user if any principal that may represent him (the user or any group he is member of, directly or indirectly) is in the included principals set, and none is in the excluded principals set.

    Since:
    8.2.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getIncludedPrincipalIds()
      Returns the set containing identifiers of principals included to be applied an ActivityPriority.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIncludedPrincipalIds

        public java.util.Set<java.lang.String> getIncludedPrincipalIds()
        Returns the set containing identifiers of principals included to be applied an ActivityPriority. Modify the returned set to add or remove principals.
        Returns:
        set containing identifiers of principals.
        Since:
        8.2.0