com.atlassian.confluence.plugins.like.notifications
Interface LikeNotificationManager

All Known Implementing Classes:
DefaultLikeNotificationManager

public interface LikeNotificationManager


Method Summary
 java.util.List<LikeNotification> getNotifications(LikeEvent event)
          Compute the notifications that should result from the specified like event ocurring.
 

Method Detail

getNotifications

java.util.List<LikeNotification> getNotifications(LikeEvent event)
Compute the notifications that should result from the specified like event ocurring.

Parameters:
event - the like event
Returns:
notifications which represent who should be notified.


Copyright © 2003-2014 Atlassian. All Rights Reserved.