A C D E G L O S 
All Classes All Packages

A

addEvent(Event) - Method in interface org.xwiki.eventstream.EventStream
Deprecated.
since 12.3RC1, use EventStore.saveEvent(Event) instead

C

countEvents() - Method in interface org.xwiki.eventstream.EventStream
Deprecated.
since 12.6.1, use EventStore.search(EventQuery) instead

D

deleteAllForEntity(Date, String) - Method in interface org.xwiki.eventstream.EventStatusManager
Deprecated.
since 12.6, use EventStore.deleteEventStatuses(String, Date) instead
deleteEvent(Event) - Method in interface org.xwiki.eventstream.EventStream
Deprecated.
since 12.3RC1, use EventStore.deleteEvent(String) instead
deleteEventStatus(EventStatus) - Method in interface org.xwiki.eventstream.EventStatusManager
Deprecated.
since 12.5RC1, use EventStore.deleteEventStatus(EventStatus) instead

E

EventStatusManager - Interface in org.xwiki.eventstream
Deprecated.
use EventStore instead
EventStream - Interface in org.xwiki.eventstream
Deprecated.
since 12.5RC1, use EventStore instead

G

getEvent(String) - Method in interface org.xwiki.eventstream.EventStream
Deprecated.
since 12.3RC1, use EventStore.getEvent(String) instead
getEventStatus(List<Event>, List<String>) - Method in interface org.xwiki.eventstream.EventStatusManager
Deprecated.
use EventStore.getEventStatuses(java.util.Collection, java.util.Collection) instead
getLegacyEventCount() - Method in class org.xwiki.eventstream.script.LegacyEventStreamScriptService
 
getLegacyMigrationStatus() - Method in class org.xwiki.eventstream.script.LegacyEventStreamScriptService
Get the status of the job responsible for copying legacy event in the new store.
getRelatedEvents(Event) - Method in interface org.xwiki.eventstream.EventStream
Deprecated.
since 12.6, use EventStore.search(EventQuery) instead

L

LegacyEventStreamScriptService - Class in org.xwiki.eventstream.script
Script services for the Event Stream Module.
LegacyEventStreamScriptService() - Constructor for class org.xwiki.eventstream.script.LegacyEventStreamScriptService
 

O

org.xwiki.eventstream - package org.xwiki.eventstream
 
org.xwiki.eventstream.script - package org.xwiki.eventstream.script
 

S

saveEventStatus(EventStatus) - Method in interface org.xwiki.eventstream.EventStatusManager
Deprecated.
since 12.3RC1, use EventStore.saveEventStatus(EventStatus) instead
searchEvents(Query) - Method in interface org.xwiki.eventstream.EventStream
Deprecated.
since 12.5RC1, use EventStore.search(EventQuery) instead
startLegacyMigration(Date) - Method in class org.xwiki.eventstream.script.LegacyEventStreamScriptService
 
A C D E G L O S 
All Classes All Packages