Package | Description |
---|---|
org.xwiki.eventstream | |
org.xwiki.eventstream.script |
Modifier and Type | Method and Description |
---|---|
RecordableEventDescriptor |
RecordableEventDescriptorManager.getDescriptorForEventType(String eventType,
boolean allWikis) |
Optional<Event> |
EventStore.getEvent(String eventId)
Get the event matching the passed identifier.
|
List<RecordableEventDescriptor> |
RecordableEventDescriptorManager.getRecordableEventDescriptors(boolean allWikis) |
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 | Method and Description |
---|---|
RecordableEventDescriptor |
EventStreamScriptService.getDescriptorForEventType(String eventType,
boolean allWikis) |
long |
EventStreamScriptService.getEventCount() |
List<RecordableEventDescriptor> |
EventStreamScriptService.getRecordableEventDescriptors(boolean allWikis) |
Copyright © 2004–2021 XWiki. All rights reserved.