| Interface | Description |
|---|---|
| Event |
A recorded event that occurred at some point in the wiki.
|
| EventFactory |
A factory which creates
Event objects ready to be used. |
| EventStatus |
Define a status for any couple of event/entity.
|
| EventStatusManager |
Handle the statuses for the events.
|
| EventStream |
The stream of events, allowing to store and retrieve events.
|
| 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 knows 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–2017 XWiki. All rights reserved.