Package com.day.cq.mailer
Interface AuthorizableMailingList
-
- All Known Implementing Classes:
AuthorizableGroupMailingList
public interface AuthorizableMailingList
Interface to mark a set ofAuthorizable
dedicated to receive a Mailing. This is more relaxed than to require aGroup
- See Also:
MailingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Iterator<Authorizable>
members()
The members of this List
-
-
-
Method Detail
-
members
java.util.Iterator<Authorizable> members() throws RepositoryException
The members of this List- Returns:
- the
Authorizables
that are part of this List. - Throws:
RepositoryException
- in case of error
-
-