Uses of Interface
com.atlassian.confluence.plugins.like.notifications.LikePayload

Packages that use LikePayload
com.atlassian.confluence.plugins.like.notifications   
 

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

Methods in com.atlassian.confluence.plugins.like.notifications that return types with arguments of type LikePayload
protected  com.atlassian.fugue.Maybe<LikePayload> CreateLikeEventPayloadTransformer.checkedCreate(LikeEvent likeEvent)
           
 

Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type LikePayload
 java.util.List<LikeNotification> LikeNotificationManager.getNotifications(LikePayload event)
          Get a list of like notifications for a provided like event payload
 java.util.List<LikeNotification> DefaultLikeNotificationManager.getNotifications(LikePayload event)
           
 

Method parameters in com.atlassian.confluence.plugins.like.notifications with type arguments of type LikePayload
protected  com.atlassian.fugue.Maybe<java.util.Map<java.lang.String,java.lang.Object>> CreateLikeEventContextFactory.checkedCreate(com.atlassian.confluence.notifications.Notification<LikePayload> notification, com.atlassian.plugin.notifications.api.medium.ServerConfiguration serverConfiguration, com.atlassian.fugue.Maybe<com.atlassian.fugue.Either<com.atlassian.plugin.notifications.api.medium.NotificationAddress,com.atlassian.plugin.notifications.api.medium.recipient.RoleRecipient>> roleRecipient)
           
protected  java.lang.Iterable<com.atlassian.plugin.notifications.api.medium.recipient.RoleRecipient> CreateLikeEventRecipientProvider.computeUserBasedRecipients(com.atlassian.confluence.notifications.Notification<LikePayload> notification)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.