Package | Description |
---|---|
org.xwiki.eventstream | |
org.xwiki.eventstream.query |
Modifier and Type | Method and Description |
---|---|
EventSearchResult |
EventStore.search(EventQuery query)
Search for event according to condition provided by the
EventQuery . |
EventSearchResult |
EventStore.search(EventQuery query,
Set<String> fields)
Search for event according to condition provided by the
EventQuery . |
Modifier and Type | Interface and Description |
---|---|
interface |
PageableEventQuery
Allow paging events.
|
interface |
SortableEventQuery
Allow sorting events.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleEventQuery
A very basic implementation of
EventQuery . |
Copyright © 2004–2021 XWiki. All rights reserved.