Uses of Interface
org.xwiki.observation.event.filter.EventFilter

Packages that use EventFilter
org.xwiki.observation.event   
org.xwiki.observation.event.filter   
 

Uses of EventFilter in org.xwiki.observation.event
 

Methods in org.xwiki.observation.event that return EventFilter
 EventFilter AbstractFilterableEvent.getEventFilter()
          Retrieves the filter used to match this event against other events, used in Event.matches(Object).
 EventFilter FilterableEvent.getEventFilter()
          Retrieves the filter used to match this event against other events, used in Event.matches(Object).
 

Constructors in org.xwiki.observation.event with parameters of type EventFilter
AbstractCancelableEvent(EventFilter eventFilter)
          Constructor using a custom EventFilter.
AbstractFilterableEvent(EventFilter eventFilter)
          Constructor using a custom EventFilter.
 

Uses of EventFilter in org.xwiki.observation.event.filter
 

Classes in org.xwiki.observation.event.filter that implement EventFilter
 class AlwaysMatchingEventFilter
          An EventFilter that always matches another event filter.
 class FixedNameEventFilter
          An EventFilter that matches exactly one document name.
 class RegexEventFilter
          An EventFilter that selects only events whose affected document name matches a regular expression.
 

Methods in org.xwiki.observation.event.filter with parameters of type EventFilter
 boolean FixedNameEventFilter.matches(EventFilter eventFilter)
          Compares two event filters to see if they match, meaning that the "contexts" of two events are compatible.
 boolean RegexEventFilter.matches(EventFilter eventFilter)
          Compares two event filters to see if they match, meaning that the "contexts" of two events are compatible.
 boolean AlwaysMatchingEventFilter.matches(EventFilter eventFilter)
          Compares two event filters to see if they match, meaning that the "contexts" of two events are compatible.
 boolean EventFilter.matches(EventFilter eventFilter)
          Compares two event filters to see if they match, meaning that the "contexts" of two events are compatible.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.