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 classWatchedLocationReferenceReference of a location to watch.classWatchedUserReferenceReference to a user to watch.Methods in org.xwiki.notifications.filters.watch with parameters of type WatchedEntityReference Modifier and Type Method Description voidWatchedEntitiesManager. unwatchEntity(WatchedEntityReference entity, org.xwiki.model.reference.DocumentReference user)Remove a filter to stop watching the specified entity.voidWatchedEntitiesManager. watchEntity(WatchedEntityReference entity, org.xwiki.model.reference.DocumentReference user)Add a filter to watch the specified entity.
-