public interface INotificationFilter
FilteringNotificationServiceDecorator; rules may be combined.| Modifier and Type | Method and Description |
|---|---|
boolean |
doFilter(NotificationCategory category,
NotificationEntry entry)
Decides whether a
NotificationEntry stays or goes. |
boolean doFilter(NotificationCategory category, NotificationEntry entry)
NotificationEntry stays or goes.category - The NotificationCategory to which the entry belongsentry - The NotificationEntry that may or may not survivetrue if the entry should survive, otherwise falseCopyright © 2017 Jasig. All Rights Reserved.