- EMPTY - Static variable in interface org.xwiki.eventstream.EventSearchResult
-
- EntityEvent - Interface in org.xwiki.eventstream
-
Associated an event to an entity.
- eq(String, Object) - Method in class org.xwiki.eventstream.query.SimpleEventQuery
-
- equals(Object) - Method in class org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- equals(Object) - Method in class org.xwiki.eventstream.query.AbstractEntityQueryCondition
-
- equals(Object) - Method in class org.xwiki.eventstream.query.AbstractPropertyQueryCondition
-
- equals(Object) - Method in class org.xwiki.eventstream.query.CompareQueryCondition
-
- equals(Object) - Method in class org.xwiki.eventstream.query.GroupQueryCondition
-
- equals(Object) - Method in class org.xwiki.eventstream.query.InQueryCondition
-
- equals(Object) - Method in class org.xwiki.eventstream.query.QueryCondition
-
- equals(Object) - Method in class org.xwiki.eventstream.query.SimpleEventQuery
-
- equals(Object) - Method in class org.xwiki.eventstream.query.SortableEventQuery.SortClause
-
- equals(Object) - Method in class org.xwiki.eventstream.query.StatusQueryCondition
-
- Event - Interface in org.xwiki.eventstream
-
A recorded event that occurred at some point in the wiki.
- Event.Importance - Enum in org.xwiki.eventstream
-
The importance of an event.
- EVENT_LOOP_CONTEXT_LOCK_PROPERTY - Static variable in class org.xwiki.eventstream.events.AbstractEventStreamEvent
-
- EventFactory - Interface in org.xwiki.eventstream
-
A factory which creates
Event
objects ready to be used.
- EventGroup - Class in org.xwiki.eventstream
-
A group of related events, all happening as a consequence of the same action.
- EventGroup() - Constructor for class org.xwiki.eventstream.EventGroup
-
Default constructor that creates an empty event group.
- EventGroup(List<Event>) - Constructor for class org.xwiki.eventstream.EventGroup
-
Constructor that creates a group containing the passed events.
- EventGroup(Set<Event>) - Constructor for class org.xwiki.eventstream.EventGroup
-
Constructor that creates a group containing the passed events.
- EventGroup(Event...) - Constructor for class org.xwiki.eventstream.EventGroup
-
Constructor that creates a group containing the passed events.
- EventQuery - Interface in org.xwiki.eventstream
-
Allow querying events.
- EventSearchResult - Interface in org.xwiki.eventstream
-
- EventStatus - Interface in org.xwiki.eventstream
-
Define a status for any couple of event/entity.
- EventStatusManager - Interface in org.xwiki.eventstream
-
Handle the statuses for the events.
- EventStore - Interface in org.xwiki.eventstream
-
Save and access store events.
- EventStream - Interface in org.xwiki.eventstream
-
- EventStreamAddedEvent - Class in org.xwiki.eventstream.events
-
Event triggered when a new event is registered inside of the
EventStream
.
- EventStreamAddedEvent() - Constructor for class org.xwiki.eventstream.events.EventStreamAddedEvent
-
- EventStreamDeletedEvent - Class in org.xwiki.eventstream.events
-
Event triggered when an event is deleted from the
EventStream
.
- EventStreamDeletedEvent() - Constructor for class org.xwiki.eventstream.events.EventStreamDeletedEvent
-
- EventStreamException - Exception in org.xwiki.eventstream
-
Exception specific to the Event Stream module.
- EventStreamException() - Constructor for exception org.xwiki.eventstream.EventStreamException
-
Construct an EventStreamException.
- EventStreamException(String) - Constructor for exception org.xwiki.eventstream.EventStreamException
-
Constructs a new exception with the specified detail message.
- EventStreamException(Throwable) - Constructor for exception org.xwiki.eventstream.EventStreamException
-
- EventStreamException(String, Throwable) - Constructor for exception org.xwiki.eventstream.EventStreamException
-
Constructs a new exception with the specified detail message and cause.
- EventStreamScriptService - Class in org.xwiki.eventstream.script
-
Script services for the Event Stream Module.
- EventStreamScriptService() - Constructor for class org.xwiki.eventstream.script.EventStreamScriptService
-
- getApplication() - Method in interface org.xwiki.eventstream.Event
-
Events can be triggered by different applications, not only the main wiki update events: user statuses, blog
pingbacks, new extension added...
- getApplicationIcon() - Method in interface org.xwiki.eventstream.RecordableEventDescriptor
-
- getApplicationId() - Method in interface org.xwiki.eventstream.RecordableEventDescriptor
-
- getApplicationName() - Method in class org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- getApplicationName() - Method in interface org.xwiki.eventstream.RecordableEventDescriptor
-
- getAuthorReference() - Method in interface org.xwiki.eventstream.UntypedRecordableEventDescriptor
-
- getBody() - Method in interface org.xwiki.eventstream.Event
-
A larger section of text where the event can store some data.
- getConditions() - Method in class org.xwiki.eventstream.query.GroupQueryCondition
-
- getDate() - Method in interface org.xwiki.eventstream.Event
-
An event happens at a precise date.
- getDescription() - Method in class org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- getDescription() - Method in interface org.xwiki.eventstream.RecordableEventDescriptor
-
- getDescriptorForEventType(String, boolean) - Method in interface org.xwiki.eventstream.RecordableEventDescriptorManager
-
- getDescriptorForEventType(String, boolean) - Method in class org.xwiki.eventstream.script.EventStreamScriptService
-
- getDocument() - Method in interface org.xwiki.eventstream.Event
-
Document-related events target a certain document.
- getDocumentTitle() - Method in interface org.xwiki.eventstream.Event
-
The document title is usually more important than the document name.
- getDocumentVersion() - Method in interface org.xwiki.eventstream.Event
-
For events related to documents, this field records the version of the document at the time when the event
occurred.
- getEntityId() - Method in interface org.xwiki.eventstream.EntityEvent
-
- getEvent() - Method in interface org.xwiki.eventstream.EntityEvent
-
- getEvent(String) - Method in interface org.xwiki.eventstream.EventStore
-
Get the event matching the passed identifier.
- getEvent(String) - Method in interface org.xwiki.eventstream.EventStream
-
- getEventCount() - Method in class org.xwiki.eventstream.script.EventStreamScriptService
-
- getEvents() - Method in class org.xwiki.eventstream.EventGroup
-
List the events that are part of this group.
- getEventStatus(List<Event>, List<String>) - Method in interface org.xwiki.eventstream.EventStatusManager
-
Get the list of statuses concerning the given events and the given entities.
- getEventTitle() - Method in interface org.xwiki.eventstream.RecordableEventDescriptor
-
- getEventTriggers() - Method in interface org.xwiki.eventstream.UntypedRecordableEventDescriptor
-
Get a list of the events that should trigger this particular event.
- getEventType() - Method in interface org.xwiki.eventstream.RecordableEventDescriptor
-
- getEventType() - Method in interface org.xwiki.eventstream.UntypedRecordableEvent
-
Get the event type (the hint) of the current event.
- getEventTypeIcon() - Method in interface org.xwiki.eventstream.RecordableEventDescriptor
-
- getFilter() - Method in interface org.xwiki.eventstream.RecordableEventDescriptor
-
- getGroupId() - Method in interface org.xwiki.eventstream.Event
-
Multiple events can correspond to the same activity, so events can be grouped under the same GroupID.
- getHidden() - Method in interface org.xwiki.eventstream.Event
-
- getId() - Method in interface org.xwiki.eventstream.Event
-
Each event has a unique ID.
- getImportance() - Method in interface org.xwiki.eventstream.Event
-
Different events can have a different importance.
- getLegacyEventCount() - Method in class org.xwiki.eventstream.script.EventStreamScriptService
-
- getLegacyMigrationStatus() - Method in class org.xwiki.eventstream.script.EventStreamScriptService
-
Get the status of the job responsible for copying legacy event in the new store.
- getLimit() - Method in interface org.xwiki.eventstream.query.PageableEventQuery
-
- getLimit() - Method in class org.xwiki.eventstream.query.SimpleEventQuery
-
- getLocalizedMessage(String) - Method in class org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
Render a translation key in the context of the namespace (e.g.
- getMainEvent() - Method in class org.xwiki.eventstream.EventGroup
-
Get the most important event in this group.
- getObjectTypes() - Method in interface org.xwiki.eventstream.UntypedRecordableEventDescriptor
-
- getOffset() - Method in interface org.xwiki.eventstream.EventSearchResult
-
- getOffset() - Method in interface org.xwiki.eventstream.query.PageableEventQuery
-
- getOffset() - Method in class org.xwiki.eventstream.query.SimpleEventQuery
-
- getOrder() - Method in class org.xwiki.eventstream.query.SortableEventQuery.SortClause
-
- getParameters() - Method in interface org.xwiki.eventstream.Event
-
- getProperty() - Method in class org.xwiki.eventstream.query.AbstractPropertyQueryCondition
-
- getProperty() - Method in class org.xwiki.eventstream.query.SortableEventQuery.SortClause
-
- getRecordableEventDescriptors(boolean) - Method in interface org.xwiki.eventstream.RecordableEventDescriptorManager
-
- getRecordableEventDescriptors(boolean) - Method in class org.xwiki.eventstream.script.EventStreamScriptService
-
- getRelatedEntity() - Method in interface org.xwiki.eventstream.Event
-
Some events may be related to a more specific entity in the target document, like an attachment or an object, or
may relate to another document besides the
main related document
.
- getRelatedEvents(Event) - Method in interface org.xwiki.eventstream.EventStream
-
- getSize() - Method in interface org.xwiki.eventstream.EventSearchResult
-
- getSorts() - Method in class org.xwiki.eventstream.query.SimpleEventQuery
-
- getSorts() - Method in interface org.xwiki.eventstream.query.SortableEventQuery
-
- getSpace() - Method in interface org.xwiki.eventstream.Event
-
Document-related events target a certain document, and documents belong to a space; this is the space of the
target document.
- getStatusEntityId() - Method in class org.xwiki.eventstream.query.AbstractEntityQueryCondition
-
- getStatusRead() - Method in class org.xwiki.eventstream.query.StatusQueryCondition
-
- getStream() - Method in interface org.xwiki.eventstream.Event
-
Events can happen in different contexts; for example, wiki activity events happen in different spaces, user
statuses are targeted to different groups.
- getSupportedEvents() - Method in interface org.xwiki.eventstream.RecordableEventConverter
-
- getTarget() - Method in interface org.xwiki.eventstream.Event
-
- getTarget() - Method in interface org.xwiki.eventstream.TargetableEvent
-
- getTargetExpression() - Method in interface org.xwiki.eventstream.UntypedRecordableEventDescriptor
-
- getTitle() - Method in interface org.xwiki.eventstream.Event
-
A name for the event.
- getTotalHits() - Method in interface org.xwiki.eventstream.EventSearchResult
-
- getType() - Method in interface org.xwiki.eventstream.Event
-
Events have different types: adding a comment, updating an attachment, importing an application, etc.
- getType() - Method in class org.xwiki.eventstream.query.CompareQueryCondition
-
- getUrl() - Method in interface org.xwiki.eventstream.Event
-
If an event happens in an URL-accessible location (a document), or if the event itself can be seen at a given
URL, this field stores that URL.
- getUser() - Method in interface org.xwiki.eventstream.Event
-
Event usually occur as the result of a registered user activity.
- getValidationExpression() - Method in interface org.xwiki.eventstream.UntypedRecordableEventDescriptor
-
Gets the event validation expression.
- getValue() - Method in class org.xwiki.eventstream.query.CompareQueryCondition
-
- getValues() - Method in class org.xwiki.eventstream.query.InQueryCondition
-
- getWiki() - Method in interface org.xwiki.eventstream.Event
-
In a wiki farm, each event happens in one of the wikis.
- greater(String, Object) - Method in class org.xwiki.eventstream.query.SimpleEventQuery
-
- greaterOrEq(String, Object) - Method in class org.xwiki.eventstream.query.SimpleEventQuery
-
- GroupQueryCondition - Class in org.xwiki.eventstream.query
-
A group of conditions.
- GroupQueryCondition(boolean, boolean, QueryCondition...) - Constructor for class org.xwiki.eventstream.query.GroupQueryCondition
-