Uses of Interface
com.atlassian.confluence.plugins.like.notifications.LikePayload
Packages that use LikePayload
Package
Description
-
Uses of LikePayload in com.atlassian.confluence.plugins.like.notifications
Classes in com.atlassian.confluence.plugins.like.notifications that implement LikePayloadMethods in com.atlassian.confluence.plugins.like.notifications that return types with arguments of type LikePayloadModifier and TypeMethodDescriptionCreateLikeEventPayloadTransformer.checkedCreate(LikeEvent likeEvent) Methods in com.atlassian.confluence.plugins.like.notifications with parameters of type LikePayloadModifier and TypeMethodDescriptioncom.atlassian.confluence.notifications.batch.service.BatchingKeyCreateLikeEventPayloadTransformer.getBatchingColumnValue(LikePayload likePayload) AbstractLikeEventRenderContextProvider.getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor) All the medium-specific context items (e.g.LikeEventEmailRenderContextProvider.getMediumSpecificContext(Content content, LikePayload payload, boolean recipientIsAuthor) DefaultLikeNotificationManager.getNotifications(LikePayload event) 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 LikePayloadModifier and TypeMethodDescriptionAbstractLikeEventRenderContextProvider.checkedCreate(com.atlassian.confluence.notifications.Notification<LikePayload> notification, com.atlassian.plugin.notifications.api.medium.ServerConfiguration serverConfiguration, com.atlassian.plugin.notifications.api.medium.NotificationAddress notificationAddress) AbstractLikeEventRenderContextProvider.checkedCreate(com.atlassian.confluence.notifications.Notification<LikePayload> notification, com.atlassian.plugin.notifications.api.medium.ServerConfiguration serverConfiguration, com.atlassian.plugin.notifications.api.medium.recipient.RoleRecipient recipient) 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 LikePayloadMethods in com.atlassian.confluence.plugins.like.notifications.batch with parameters of type LikePayloadModifier and TypeMethodDescriptionLikeCreatedBatchingProcessor.process(LikePayload payload, LikeContext context)