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(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 
 | 
initboolean 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(boolean searchParents,
                      Publication pub,
                      java.util.Map context)
searchParents - the current searchParents valuepub - the publicationcontext - the current contextCopyright © 2001-2018 Jalios SA. All Rights Reserved.