Uses of Interface
com.atlassian.confluence.event.events.like.LikeEvent
-
Packages that use LikeEvent Package Description com.atlassian.confluence.event.events.like com.atlassian.confluence.plugins.like.notifications -
-
Uses of LikeEvent in com.atlassian.confluence.event.events.like
Classes in com.atlassian.confluence.event.events.like that implement LikeEvent Modifier and Type Class Description classAbstractLikeEventclassLikeCreatedEventEvents where a like is created.classLikeRemovedEvent -
Uses of LikeEvent in com.atlassian.confluence.plugins.like.notifications
Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type LikeEvent Modifier and Type Method Description protected com.atlassian.fugue.Maybe<LikePayload>CreateLikeEventPayloadTransformer. checkedCreate(LikeEvent likeEvent)List<LikeNotification>DefaultLikeNotificationManager. getNotifications(LikeEvent event)List<LikeNotification>LikeNotificationManager. getNotifications(LikeEvent event)Deprecated.since 5.6 UseLikeNotificationManager.getNotifications(LikePayload)
-