Uses of Class
com.atlassian.confluence.plugins.like.notifications.LikeNotification
-
Packages that use LikeNotification Package Description com.atlassian.confluence.plugins.like.notifications com.atlassian.confluence.plugins.like.notifications.dao -
-
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 LikeNotification Modifier and Type Method Description List<LikeNotification>DefaultLikeNotificationManager. getNotifications(LikeEvent event)List<LikeNotification>DefaultLikeNotificationManager. getNotifications(LikePayload event)List<LikeNotification>LikeNotificationManager. getNotifications(LikeEvent event)Deprecated.since 5.6 UseLikeNotificationManager.getNotifications(LikePayload)List<LikeNotification>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 LikeNotification Modifier and Type Method Description booleanCacheBackedNotificationDao. 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.
-