Interface | Description |
---|---|
EntityEvent |
Associated an event to an entity.
|
Event |
A recorded event that occurred at some point in the wiki.
|
EventFactory |
A factory which creates
Event objects ready to be used. |
EventQuery |
Allow querying events.
|
EventSearchResult |
The result of a search in the
EventStore . |
EventStatus |
Define a status for any couple of event/entity.
|
EventStatusManager |
Handle the statuses for the events.
|
EventStore |
Save and access store events.
|
EventStream | Deprecated
since 12.5RC1, use
EventStore instead |
RecordableEvent |
An event that should be stored by the Event Stream.
|
RecordableEventConverter |
Convert a
RecordableEvent to an Event that could be stored in the event stream. |
RecordableEventDescriptor |
Provide a description for a specific implementation of RecordableEvent so that users can know what the event is
about.
|
RecordableEventDescriptorManager |
Get all RecordableEventDescriptors that are present in the wiki.
|
TargetableEvent |
An event that specify which entities are concerned or interested by it.
|
UntypedRecordableEvent |
This interface represents an event that is not identified by a specific class, but by its component hint.
|
UntypedRecordableEventDescriptor |
This interface represents the descriptor of an
UntypedRecordableEvent . |
Class | Description |
---|---|
AbstractRecordableEventDescriptor |
Abstract implementation of
RecordableEventDescriptor . |
EventGroup |
A group of related events, all happening as a consequence of the same action.
|
Enum | Description |
---|---|
Event.Importance |
The importance of an event.
|
RecordableEventDescriptor.EventFilter |
The different filters we support to retrieve event.
|
Exception | Description |
---|---|
EventStreamException |
Exception specific to the Event Stream module.
|
Copyright © 2004–2021 XWiki. All rights reserved.