Uses of Interface
com.atlassian.confluence.event.events.like.LikeEvent

Packages that use LikeEvent
com.atlassian.confluence.event.events.like   
com.atlassian.confluence.plugins.edgeindex   
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
 class AbstractLikeEvent
           
 class BlogPostLikeEvent
           
 class CommentLikeEvent
           
 class ContentUnlikeEvent
           
 class PageLikeEvent
           
 

Uses of LikeEvent in com.atlassian.confluence.plugins.edgeindex
 

Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type LikeEvent
 void EdgeListener.onLikeEvent(LikeEvent likeEvent)
           
 

Uses of LikeEvent in com.atlassian.confluence.plugins.like.notifications
 

Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type LikeEvent
 List<LikeNotification> LikeNotificationManager.getNotifications(LikeEvent event)
          Compute the notifications that should result from the specified like event ocurring.
 List<LikeNotification> DefaultLikeNotificationManager.getNotifications(LikeEvent event)
           
 void NotificationListener.onLikeEvent(LikeEvent likeEvent)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.