Uses of Interface
com.atlassian.confluence.plugins.like.notifications.LikePayload
-
Packages that use LikePayload Package Description com.atlassian.confluence.plugins.like.notifications com.atlassian.confluence.plugins.like.notifications.batch -
-
Uses of LikePayload in com.atlassian.confluence.plugins.like.notifications
Classes in com.atlassian.confluence.plugins.like.notifications that implement LikePayload Modifier and Type Class Description classSimpleLikePayloadMethods in com.atlassian.confluence.plugins.like.notifications that return types with arguments of type LikePayload Modifier and Type Method Description protected com.atlassian.fugue.Maybe<LikePayload>CreateLikeEventPayloadTransformer. checkedCreate(LikeEvent likeEvent)Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type LikePayload Modifier and Type Method Description com.atlassian.confluence.notifications.batch.service.BatchingKeyCreateLikeEventPayloadTransformer. getBatchingColumnValue(LikePayload likePayload)protected abstract com.atlassian.fugue.Maybe<Map<String,Object>>AbstractLikeEventRenderContextProvider. getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor)All the medium-specific context items (e.g.protected com.atlassian.fugue.Maybe<Map<String,Object>>LikeEventEmailRenderContextProvider. getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor)List<LikeNotification>DefaultLikeNotificationManager. getNotifications(LikePayload event)List<LikeNotification>LikeNotificationManager. getNotifications(LikePayload event)Get a list of like notifications for a provided like event payloadMethod parameters in com.atlassian.confluence.plugins.like.notifications with type arguments of type LikePayload Modifier and Type Method Description protected com.atlassian.fugue.Maybe<Map<String,Object>>AbstractLikeEventRenderContextProvider. 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 Iterable<com.atlassian.plugin.notifications.api.medium.recipient.RoleRecipient>CreateLikeEventRecipientProvider. computeUserBasedRecipients(com.atlassian.confluence.notifications.Notification<LikePayload> notification) -
Uses of LikePayload in com.atlassian.confluence.plugins.like.notifications.batch
Methods in com.atlassian.confluence.plugins.like.notifications.batch that return types with arguments of type LikePayload Modifier and Type Method Description Class<LikePayload>LikeCreatedBatchingProcessor. getPayloadType()Methods in com.atlassian.confluence.plugins.like.notifications.batch with parameters of type LikePayload Modifier and Type Method Description LikeContextLikeCreatedBatchingProcessor. process(LikePayload payload, LikeContext context)
-