Package org.xwiki.notifications
Interface CompositeEventStatusManager
-
@Role public interface CompositeEventStatusManager
Compute composite event statuses.- Since:
- 9.4RC1
- Version:
- $Id: 8627894f9f107c37a8f744288ee90b4fe43b3fd5 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CompositeEventStatus>
getCompositeEventStatuses(List<CompositeEvent> compositeEvents, String entityId)
Get the list of statuses concerning the given composite events and the current user.
-
-
-
Method Detail
-
getCompositeEventStatuses
List<CompositeEventStatus> getCompositeEventStatuses(List<CompositeEvent> compositeEvents, String entityId) throws Exception
Get the list of statuses concerning the given composite events and the current user.- Parameters:
compositeEvents
- a list of composite eventsentityId
- id of the user or the group- Returns:
- the list of statuses corresponding to each pair or event/entity
- Throws:
Exception
- if an error occurs
-
-