Uses of Interface
org.xwiki.notifications.filters.watch.WatchedEntityReference
-
Packages that use WatchedEntityReference Package Description org.xwiki.notifications.filters.watch -
-
Uses of WatchedEntityReference in org.xwiki.notifications.filters.watch
Classes in org.xwiki.notifications.filters.watch that implement WatchedEntityReference Modifier and Type Class Description class
WatchedLocationReference
Reference of a location to watch.class
WatchedUserReference
Reference to a user to watch.Methods in org.xwiki.notifications.filters.watch with parameters of type WatchedEntityReference Modifier and Type Method Description void
WatchedEntitiesManager. unwatchEntity(WatchedEntityReference entity, org.xwiki.model.reference.DocumentReference user)
Remove a filter to stop watching the specified entity.void
WatchedEntitiesManager. watchEntity(WatchedEntityReference entity, org.xwiki.model.reference.DocumentReference user)
Add a filter to watch the specified entity.
-