Uses of Class
org.xwiki.notifications.filters.watch.AutomaticWatchMode
-
Packages that use AutomaticWatchMode Package Description org.xwiki.notifications.filters.watch org.xwiki.notifications.filters.watch.script -
-
Uses of AutomaticWatchMode in org.xwiki.notifications.filters.watch
Methods in org.xwiki.notifications.filters.watch that return AutomaticWatchMode Modifier and Type Method Description AutomaticWatchMode
WatchedEntitiesConfiguration. getAutomaticWatchMode(org.xwiki.model.reference.DocumentReference user)
AutomaticWatchMode
WatchedEntitiesConfiguration. getDefaultAutomaticWatchMode(org.xwiki.model.reference.WikiReference wikiReference)
static AutomaticWatchMode
AutomaticWatchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutomaticWatchMode[]
AutomaticWatchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AutomaticWatchMode in org.xwiki.notifications.filters.watch.script
Methods in org.xwiki.notifications.filters.watch.script that return AutomaticWatchMode Modifier and Type Method Description AutomaticWatchMode
NotificationWatchScriptService. getAutomaticWatchMode()
AutomaticWatchMode
NotificationWatchScriptService. getAutomaticWatchMode(org.xwiki.user.UserReference userReference)
AutomaticWatchMode
NotificationWatchScriptService. getDefaultAutomaticWatchMode()
-