Uses of Class
org.xwiki.notifications.sources.NotificationParameters
-
Packages that use NotificationParameters Package Description org.xwiki.notifications.sources org.xwiki.notifications.sources.script -
-
Uses of NotificationParameters in org.xwiki.notifications.sources
Methods in org.xwiki.notifications.sources with parameters of type NotificationParameters Modifier and Type Method Description List<org.xwiki.notifications.CompositeEvent>
ParametrizedNotificationManager. getEvents(NotificationParameters parameters)
Get the events matching the given parameters. -
Uses of NotificationParameters in org.xwiki.notifications.sources.script
Methods in org.xwiki.notifications.sources.script that return NotificationParameters Modifier and Type Method Description NotificationParameters
NotificationSourcesScriptService. getNotificationParameters(Map<String,String> parameters)
Create aNotificationParameters
object to be used to retrieve the notifications of the given user.
-