public interface PublicationFollowerPolicyFilter extends PolicyFilter
REVISION
Modifier and Type | Method and Description |
---|---|
boolean |
canFollow(Member mbr,
Publication pub)
Returns true if the given member can follow the given publication.
|
boolean |
searchParents(Publication pub,
java.util.Map context)
Returns true if the notification should be sent to PublicationFollower of parent of the Publication
|
boolean |
sendFollowerNotification(Member mbr,
Publication pub,
java.util.Map context)
Returns true if the notification for the given publication must be sent to the given member
|
boolean |
sendFollowerNotification(Publication pub,
java.util.Map context)
Returns true if the notification must be sent to the follower of the given publication
|
init
boolean canFollow(Member mbr, Publication pub)
mbr
- the memberpub
- the publicationboolean sendFollowerNotification(Publication pub, java.util.Map context)
pub
- the publicationcontext
- the DataController contextboolean sendFollowerNotification(Member mbr, Publication pub, java.util.Map context)
mbr
- the memberpub
- the publicationcontext
- the DataController contextboolean searchParents(Publication pub, java.util.Map context)
pub
- the publicationcontext
- the DataController contextCopyright © 2001-2010 Jalios SA. All Rights Reserved.