All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractEntityQueryCondition A condition related to an entity associated with and event.AbstractEventStreamEvent Abstract class for every event that is related to the event store.AbstractPropertyQueryCondition A condition with a property.AbstractRecordableEventDescriptor Abstract implementation ofRecordableEventDescriptor
.CompareQueryCondition A comparison between a property and a passed value.CompareQueryCondition.CompareType The type of comparison.EntityEvent Associated an event to an entity.Event A recorded event that occurred at some point in the wiki.Event.Importance The importance of an event.EventFactory A factory which createsEvent
objects ready to be used.EventGroup A group of related events, all happening as a consequence of the same action.EventQuery Allow querying events.EventSearchResult The result of a search in theEventStore
.EventStatus Define a status for any couple of event/entity.EventStore Save and access store events.EventStreamAddedEvent Event triggered when a new event is registered inside of the store.EventStreamDeletedEvent Event triggered when an event is deleted from the store.EventStreamException Exception specific to the Event Stream module.EventStreamScriptService Script services for the Event Stream Module.GroupQueryCondition A group of conditions.InQueryCondition A condition which is true if the property value is equals to one of the passed values.MailEntityAddedEvent Event triggered when a new mail entity event is associated with an event in the store.MailEntityDeleteEvent Event triggered when a mail entity event is removed from the store.MailEntityQueryCondition A condition related to the association indicating if an entity should receive a mail for an event.PageableEventQuery Allow paging events.QueryCondition Filter the result of the search.RecordableEvent An event that should be stored by the Event Stream.RecordableEventConverter Convert aRecordableEvent
to anEvent
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.RecordableEventDescriptor.EventFilter The different filters we support to retrieve event.RecordableEventDescriptorManager Get all RecordableEventDescriptors that are present in the wiki.SimpleEventQuery A very basic implementation ofEventQuery
.SortableEventQuery Allow sorting events.SortableEventQuery.SortClause The sort clause to apply to the found events.SortableEventQuery.SortClause.Order The order to apply.StatusQueryCondition A condition related to the status of an event for a specific entity.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 anUntypedRecordableEvent
.