Uses of Interface
org.xwiki.eventstream.EventQuery
-
Packages that use EventQuery Package Description org.xwiki.eventstream org.xwiki.eventstream.query -
-
Uses of EventQuery in org.xwiki.eventstream
Methods in org.xwiki.eventstream with parameters of type EventQuery Modifier and Type Method Description EventSearchResult
EventStore. search(EventQuery query)
Search for event according to condition provided by theEventQuery
.EventSearchResult
EventStore. search(EventQuery query, Set<String> fields)
Search for event according to condition provided by theEventQuery
. -
Uses of EventQuery in org.xwiki.eventstream.query
Subinterfaces of EventQuery in org.xwiki.eventstream.query Modifier and Type Interface Description interface
PageableEventQuery
Allow paging events.interface
SortableEventQuery
Allow sorting events.Classes in org.xwiki.eventstream.query that implement EventQuery Modifier and Type Class Description class
SimpleEventQuery
A very basic implementation ofEventQuery
.
-