Class AuthorizableGroupMailingList

    • Constructor Detail

      • AuthorizableGroupMailingList

        public AuthorizableGroupMailingList​(Group group)
        Parameters:
        group - Group
      • AuthorizableGroupMailingList

        public AuthorizableGroupMailingList​(Group group,
                                            Predicate<Authorizable> filterPredicate)
        Constructor to set an optional filter predicate.
        Parameters:
        group - group this list represents
        filterPredicate - an optional filter predicate to filter the group members when accessing the members() method.
    • Method Detail

      • members

        public java.util.Iterator<Authorizable> members()
                                                 throws javax.jcr.RepositoryException
        Description copied from interface: AuthorizableMailingList
        The members of this List
        Specified by:
        members in interface AuthorizableMailingList
        Returns:
        all members of the Group including transitive members
        Throws:
        javax.jcr.RepositoryException - if an error occurs.