public class GroupMailingList extends java.lang.Object implements MailingList
Group's members as
its members. The List unfolds the transitive dependencies of
Group membershipMailingList| Constructor and Description |
|---|
GroupMailingList(Group group)
Deprecated.
|
GroupMailingList(Group group,
org.apache.commons.collections.Predicate filterPredicate)
Deprecated.
Constructor to set an optional filter predicate.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Authorizable> |
members()
Deprecated.
The members of this List
|
public GroupMailingList(Group group)
group - this list representspublic GroupMailingList(Group group, org.apache.commons.collections.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
MailingListmembers in interface MailingListRepositoryException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"