Uses of Class
org.xwiki.notifications.filters.NotificationFilter.FilteringPhase
-
Packages that use NotificationFilter.FilteringPhase Package Description org.xwiki.notifications.filters -
-
Uses of NotificationFilter.FilteringPhase in org.xwiki.notifications.filters
Fields in org.xwiki.notifications.filters with type parameters of type NotificationFilter.FilteringPhase Modifier and Type Field Description static Set<NotificationFilter.FilteringPhase>
NotificationFilter. SUPPORT_BOTH_FILTERING_PHASE
A static set containing bothPOST_FILTERING
andPRE_FILTERING
.static Set<NotificationFilter.FilteringPhase>
NotificationFilter. SUPPORT_ONLY_POST_FILTERING_PHASE
A static set containing onlyPOST_FILTERING
.static Set<NotificationFilter.FilteringPhase>
NotificationFilter. SUPPORT_ONLY_PRE_FILTERING_PHASE
A static set containing onlyPRE_FILTERING
.Methods in org.xwiki.notifications.filters that return NotificationFilter.FilteringPhase Modifier and Type Method Description static NotificationFilter.FilteringPhase
NotificationFilter.FilteringPhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationFilter.FilteringPhase[]
NotificationFilter.FilteringPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.notifications.filters that return types with arguments of type NotificationFilter.FilteringPhase Modifier and Type Method Description default Set<NotificationFilter.FilteringPhase>
NotificationFilter. getFilteringPhases()
Methods in org.xwiki.notifications.filters with parameters of type NotificationFilter.FilteringPhase Modifier and Type Method Description default Collection<NotificationFilter>
NotificationFilterManager. getAllFilters(DocumentReference user, boolean onlyEnabled, NotificationFilter.FilteringPhase filteringPhase)
Get all notifications filters that are enabled to the given user and matching the requested filtering moment.
-