Uses of Class
com.atlassian.confluence.plugins.like.notifications.LikeNotification
Packages that use LikeNotification
Package
Description
-
Uses of LikeNotification in com.atlassian.confluence.plugins.like.notifications
Methods in com.atlassian.confluence.plugins.like.notifications that return types with arguments of type LikeNotificationModifier and TypeMethodDescriptionDefaultLikeNotificationManager.getNotifications(LikeEvent event) DefaultLikeNotificationManager.getNotifications(LikePayload event) LikeNotificationManager.getNotifications(LikeEvent event) Deprecated.LikeNotificationManager.getNotifications(LikePayload event) Get a list of like notifications for a provided like event payload -
Uses of LikeNotification in com.atlassian.confluence.plugins.like.notifications.dao
Methods in com.atlassian.confluence.plugins.like.notifications.dao with parameters of type LikeNotificationModifier and TypeMethodDescriptionbooleanCacheBackedNotificationDao.exists(LikeNotification notification) booleanNotificationDao.exists(LikeNotification notification) Returns true if the specified notification exists, false otherwise.voidCacheBackedNotificationDao.save(LikeNotification notification) voidNotificationDao.save(LikeNotification notification) Persist the specified notification.
LikeNotificationManager.getNotifications(LikePayload)