@Role
@Unstable
public interface EventStatusManager
| Modifier and Type | Method and Description |
|---|---|
List<EventStatus> |
getEventStatus(List<Event> events,
List<String> entityIds)
Get the list of statuses concerning the given events and the given entities.
|
void |
saveEventStatus(EventStatus eventStatus)
Save in the storage the given status.
|
List<EventStatus> getEventStatus(List<Event> events, List<String> entityIds) throws Exception
events - a list of eventsentityIds - a list of ids of entities (users and groups)Exception - if an error occursvoid saveEventStatus(EventStatus eventStatus) throws Exception
eventStatus - the status to saveException - if an error occursCopyright © 2004–2017 XWiki. All rights reserved.