Class ActivityPriority.IncludedEntry

  • Enclosing class:
    ActivityPriority

    public static class ActivityPriority.IncludedEntry
    extends 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: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • getIncludedPrincipalIds

        public Set<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