public class AuthorizableGroupMailingList extends java.lang.Object implements AuthorizableMailingList
Group's
members as
its members. The List unfolds the transitive dependencies of
Group.getMembers()
Group membership}AuthorizableMailingList
Constructor and Description |
---|
AuthorizableGroupMailingList(Group group) |
AuthorizableGroupMailingList(Group group,
Predicate filterPredicate)
Constructor to set an optional filter predicate.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Authorizable> |
members()
The members of this List
|
public AuthorizableGroupMailingList(Group group)
group
- Grouppublic AuthorizableGroupMailingList(Group group, Predicate filterPredicate)
group
- group this list representsfilterPredicate
- an optional filter predicate to filter the group members when
accessing the members()
method.public java.util.Iterator<Authorizable> members() throws RepositoryException
AuthorizableMailingList
members
in interface AuthorizableMailingList
RepositoryException
- if an error occurs.Copyright © 2010 - 2020 Adobe. All Rights Reserved