Package | Description |
---|---|
com.atlassian.confluence.plugins.like.notifications | |
com.atlassian.confluence.plugins.like.notifications.batch |
Modifier and Type | Class and Description |
---|---|
class |
SimpleLikePayload |
Modifier and Type | Method and Description |
---|---|
protected com.atlassian.fugue.Maybe<LikePayload> |
CreateLikeEventPayloadTransformer.checkedCreate(LikeEvent likeEvent) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.confluence.notifications.batch.service.BatchingKey |
CreateLikeEventPayloadTransformer.getBatchingColumnValue(LikePayload likePayload) |
protected com.atlassian.fugue.Maybe<Map<String,Object>> |
LikeEventHipChatRenderContextProvider.getMediumSpecificContext(Content content,
LikePayload payload,
boolean recipientIsAuthor) |
protected com.atlassian.fugue.Maybe<Map<String,Object>> |
LikeEventEmailRenderContextProvider.getMediumSpecificContext(Content content,
LikePayload payload,
boolean recipientIsAuthor) |
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.
|
List<LikeNotification> |
LikeNotificationManager.getNotifications(LikePayload event)
Get a list of like notifications for a provided like event payload
|
List<LikeNotification> |
DefaultLikeNotificationManager.getNotifications(LikePayload event) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Class<LikePayload> |
LikeCreatedBatchingProcessor.getPayloadType() |
Modifier and Type | Method and Description |
---|---|
LikeContext |
LikeCreatedBatchingProcessor.process(LikePayload payload,
LikeContext context) |
Copyright © 2003–2018 Atlassian. All rights reserved.