- getAllFilters(boolean) - Method in interface org.xwiki.notifications.filters.NotificationFilterManager
-
Get all notifications filters.
- getAllFilters(WikiReference) - Method in interface org.xwiki.notifications.filters.NotificationFilterManager
-
Get all notifications filters from the given wikis.
- getAllFilters(DocumentReference, boolean) - Method in interface org.xwiki.notifications.filters.NotificationFilterManager
-
Get all notifications filters that are enabled to the given user.
- getAllFilters(DocumentReference, boolean, NotificationFilter.FilteringPhase) - Method in interface org.xwiki.notifications.filters.NotificationFilterManager
-
Get all notifications filters that are enabled to the given user and matching the requested filtering moment.
- getContent() - Method in class org.xwiki.notifications.filters.expression.generics.AbstractValueNode
-
- getEnabledFilters(Collection<NotificationFilter>, Map<String, Boolean>) - Method in interface org.xwiki.notifications.filters.NotificationFilterManager
-
- getEventTypes() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getFilteringPhases() - Method in interface org.xwiki.notifications.filters.NotificationFilter
-
- getFilterName() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getFilterPreferences(DocumentReference) - Method in interface org.xwiki.notifications.filters.NotificationFilterPreferenceManager
-
Get the notification filter preferences of the given user.
- getFilterPreferences(WikiReference) - Method in interface org.xwiki.notifications.filters.NotificationFilterPreferenceManager
-
Get the notification filter preferences of the given wiki.
- getFilterPreferences(Collection<NotificationFilterPreference>, NotificationFilter) - Method in interface org.xwiki.notifications.filters.NotificationFilterPreferenceManager
-
Get from the given filter preferences the ones that match the given filter.
- getFilterPreferences(Collection<NotificationFilterPreference>, NotificationFilter, NotificationFilterType) - Method in interface org.xwiki.notifications.filters.NotificationFilterPreferenceManager
-
Get from the given filter preferences the ones that match the given filter and the given filter type.
- getFilterPreferences(Collection<NotificationFilterPreference>, NotificationFilter, NotificationFilterType, NotificationFormat) - Method in interface org.xwiki.notifications.filters.NotificationFilterPreferenceManager
-
Get from the given filter preferences the ones that match the given filter, filter type and format.
- getFilterPreferences(DocumentReference) - Method in interface org.xwiki.notifications.filters.NotificationFilterPreferenceProvider
-
- getFilterPreferences(WikiReference) - Method in interface org.xwiki.notifications.filters.NotificationFilterPreferenceProvider
-
- getFilterPreferences(NotificationFilter) - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
Get a collection of notification filters preferences that are available for the current user and that corresponds
to the given filter.
- getFilterPreferences(NotificationFilter, UserReference) - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
Get a collection of notification filters preferences that are available for the given user and that corresponds
to the given filter.
- getFilters() - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
- getFilters(UserReference) - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
- getFiltersRelatedToNotificationPreference(Collection<NotificationFilter>, NotificationPreference) - Method in interface org.xwiki.notifications.filters.NotificationFilterManager
-
Get from the filters the one that match the given notification preference.
- getFilterType() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getId() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getLeftOperand() - Method in class org.xwiki.notifications.filters.expression.ConcatNode
-
- getLeftOperand() - Method in class org.xwiki.notifications.filters.expression.generics.AbstractBinaryOperatorNode
-
- getLeftOperand() - Method in class org.xwiki.notifications.filters.expression.InNode
-
- getLeftOperand() - Method in class org.xwiki.notifications.filters.expression.InSubQueryNode
-
- getName() - Method in interface org.xwiki.notifications.filters.NotificationFilter
-
Get the name of the filter.
- getNotificationFormats() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getOperand() - Method in class org.xwiki.notifications.filters.expression.generics.AbstractUnaryOperatorNode
-
- getPage() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getPageOnly() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getParameters() - Method in class org.xwiki.notifications.filters.expression.InSubQueryNode
-
- getPriority() - Method in interface org.xwiki.notifications.filters.NotificationFilter
-
- getProviderHint() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getRightOperand() - Method in class org.xwiki.notifications.filters.expression.ConcatNode
-
- getRightOperand() - Method in class org.xwiki.notifications.filters.expression.generics.AbstractBinaryOperatorNode
-
- getStartingDate() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getSubQuery() - Method in class org.xwiki.notifications.filters.expression.InSubQueryNode
-
- getSupportedFilters() - Method in interface org.xwiki.notifications.filters.NotificationFilterDisplayer
-
- getToggeableFilterActivations(DocumentReference) - Method in interface org.xwiki.notifications.filters.NotificationFilterManager
-
For all toggeable notification filters, get if the filter is enabled regarding the user profile.
- getToggleableFilters(Collection<NotificationFilter>) - Method in interface org.xwiki.notifications.filters.NotificationFilterManager
-
Get from the given filter the one that are toggleable.
- getToggleableNotificationFilters() - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
Get a set of notification filters that can be toggled by the current user.
- getToggleableNotificationFilters(UserReference) - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
Get a set of notification filters that can be toggled by the given user.
- getUser() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getValues() - Method in class org.xwiki.notifications.filters.expression.InNode
-
- getWiki() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getWikiFilterPreferences(NotificationFilter, WikiReference) - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
Get a collection of notification filters preferences that are available for the given wiki and that corresponds
to the given filter.
- getWikiFilters(WikiReference) - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
Get the filters of the given wiki.
- getWikiId() - Method in interface org.xwiki.notifications.filters.NotificationFilterPreference
-
- getWikiToggleableNotificationFilters(WikiReference) - Method in class org.xwiki.notifications.filters.script.NotificationFiltersScriptService
-
Get a set of notification filters that can be toggled for the given wiki.
- greaterThan(AbstractValueNode) - Method in class org.xwiki.notifications.filters.expression.generics.AbstractValueNode
-
Helper that allows to create
GreaterThanNode
without having to instantiate new objects.
- GreaterThanNode - Class in org.xwiki.notifications.filters.expression
-
Define a >= condition in a filtering expression.
- GreaterThanNode(AbstractValueNode, AbstractValueNode) - Constructor for class org.xwiki.notifications.filters.expression.GreaterThanNode
-
Constructs a new ">=" node.
- GreaterThanNode(AbstractValueNode, AbstractValueNode, boolean) - Constructor for class org.xwiki.notifications.filters.expression.GreaterThanNode
-
Constructs a new "<=" node.
- value(EventProperty) - Static method in class org.xwiki.notifications.filters.expression.generics.ExpressionBuilder
-
- value(String) - Static method in class org.xwiki.notifications.filters.expression.generics.ExpressionBuilder
-
- value(Date) - Static method in class org.xwiki.notifications.filters.expression.generics.ExpressionBuilder
-
- value(EntityReference) - Static method in class org.xwiki.notifications.filters.expression.generics.ExpressionBuilder
-
- valueOf(String) - Static method in enum org.xwiki.notifications.filters.expression.EventProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.notifications.filters.NotificationFilter.FilteringPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.notifications.filters.NotificationFilter.FilterPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.notifications.filters.NotificationFilterProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.notifications.filters.NotificationFilterType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xwiki.notifications.filters.expression.EventProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.notifications.filters.NotificationFilter.FilteringPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.notifications.filters.NotificationFilter.FilterPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.notifications.filters.NotificationFilterProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.notifications.filters.NotificationFilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.