Modifier and Type | Method and Description |
---|---|
protected com.atlassian.core.task.Task |
DefaultNotificationsSender.createNotificationTask(com.atlassian.user.User toUser,
NotificationData notificationData,
String renderedSubject,
NotificationContext context) |
void |
DefaultNotificationsSender.sendNotification(ConfluenceUser toUser,
NotificationContext context,
NotificationData notificationData,
ConversionContext conversionContext) |
void |
DefaultNotificationsSender.sendNotification(String recipient,
NotificationContext context,
NotificationData notificationData,
ConversionContext conversionContext)
Sends a notification.
|
void |
NotificationsSender.sendNotification(String recipient,
NotificationContext context,
NotificationData notificationData,
ConversionContext conversionContext)
Sends a notification.
|
Modifier and Type | Method and Description |
---|---|
NotificationContext |
NotificationData.cloneContext()
Returns a copy of the common context for this Notification that can be used to populate a single email.
|
NotificationContext |
NotificationData.cloneContextForRecipient(ConfluenceUser recipient)
Returns a copy of the common context for this Notification that can be used to populate a single email for
the specified recipient.
|
NotificationContext |
NotificationData.getCommonContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNotificationsListener.sendNotification(String recipient,
NotificationContext context,
NotificationData notificationData)
Deprecated.
Sends a notification.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultNotificationRenderManager.attachActionIconImages(String section,
NotificationContext context) |
void |
NotificationRenderManager.attachActionIconImages(String section,
NotificationContext context)
Multipart MIME encodes webItem icons for use in ADG Notifications
|
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
DefaultNotificationRenderManager.getDisplayableItems(String section,
NotificationContext context) |
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
NotificationRenderManager.getDisplayableItems(String sectionKey,
NotificationContext context) |
Constructor and Description |
---|
NotificationContext(NotificationContext context) |
NotificationContext(NotificationContext context,
Set<DataSource> dataSources) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractNotificationCondition.shouldDisplay(NotificationContext context) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ShowEmailLikeLinkCondition.shouldDisplay(NotificationContext context) |
protected boolean |
ShowLikedPageEmailViewBlogPostButtonCondition.shouldDisplay(NotificationContext context) |
protected boolean |
ContentLikedByRecipientCondition.shouldDisplay(NotificationContext context) |
protected boolean |
ManageNotificationsLinkCondition.shouldDisplay(NotificationContext context) |
protected boolean |
ShowLikedPageEmailViewPageButtonCondition.shouldDisplay(NotificationContext context) |
protected boolean |
ShowLikedCommentEmailReplyButtonCondition.shouldDisplay(NotificationContext context) |
Modifier and Type | Method and Description |
---|---|
NotificationContext |
WelcomeEmailBuilder.buildContextFrom(ConfluenceUser user,
NotificationData notificationData)
Constructs a
NotificationContext for the welcome email with the given notificationData |
Copyright © 2003–2021 Atlassian. All rights reserved.