Uses of Interface
org.xwiki.observation.event.filter.EventFilter
Packages that use EventFilter
-
Uses of EventFilter in org.xwiki.observation.event
Methods in org.xwiki.observation.event that return EventFilterModifier and TypeMethodDescriptionAbstractFilterableEvent.getEventFilter()FilterableEvent.getEventFilter()Retrieves the filter used to match this event against other events, used inEvent.matches(Object).Constructors in org.xwiki.observation.event with parameters of type EventFilterModifierConstructorDescriptionprotectedAbstractCancelableEvent(EventFilter eventFilter) Constructor using a customEventFilter.AbstractFilterableEvent(EventFilter eventFilter) Constructor using a customEventFilter. -
Uses of EventFilter in org.xwiki.observation.event.filter
Classes in org.xwiki.observation.event.filter that implement EventFilterModifier and TypeClassDescriptionclassAnEventFilterthat always matches another event filter.classAnEventFilterthat matches exactly one document name.classAnEventFilterthat selects only events whose affected document name matches a regular expression.Methods in org.xwiki.observation.event.filter with parameters of type EventFilterModifier and TypeMethodDescriptionbooleanAlwaysMatchingEventFilter.matches(EventFilter eventFilter) booleanEventFilter.matches(EventFilter eventFilter) Compares two event filters to see if they match, meaning that the "contexts" of two events are compatible.booleanFixedNameEventFilter.matches(EventFilter eventFilter) booleanRegexEventFilter.matches(EventFilter eventFilter)