Uses of Class
org.xwiki.notifications.CompositeEvent
-
-
Uses of CompositeEvent in org.xwiki.notifications
Methods in org.xwiki.notifications that return CompositeEvent Modifier and Type Method Description CompositeEvent
CompositeEventStatus. getCompositeEvent()
Method parameters in org.xwiki.notifications with type arguments of type CompositeEvent Modifier and Type Method Description List<CompositeEventStatus>
CompositeEventStatusManager. getCompositeEventStatuses(List<CompositeEvent> compositeEvents, String entityId)
Get the list of statuses concerning the given composite events and the current user.Constructors in org.xwiki.notifications with parameters of type CompositeEvent Constructor Description CompositeEvent(CompositeEvent compositeEvent)
Copy constructor ofCompositeEvent
.CompositeEventStatus(CompositeEvent compositeEvent)
Construct a composite event status.
-