| Package | Description |
|---|---|
| com.atlassian.confluence.mail.notification | |
| com.atlassian.confluence.mail.notification.listeners | |
| com.atlassian.confluence.user.notifications |
| 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 |
NotificationsSender.sendNetworkNotifications(NotificationData notificationData,
ConversionContext conversionContext)
Sends notifications based on users following other users.
|
void |
DefaultNotificationsSender.sendNetworkNotifications(NotificationData notificationData,
ConversionContext conversionContext) |
void |
DefaultNotificationsSender.sendNotification(ConfluenceUser toUser,
NotificationContext context,
NotificationData notificationData,
ConversionContext conversionContext) |
void |
NotificationsSender.sendNotification(Notification notification,
NotificationData notificationData,
ConversionContext conversionContext)
Sends content-based notifications.
|
void |
DefaultNotificationsSender.sendNotification(Notification notification,
NotificationData notificationData,
ConversionContext conversionContext) |
void |
NotificationsSender.sendNotification(String recipient,
NotificationContext context,
NotificationData notificationData,
ConversionContext conversionContext)
Sends a notification.
|
void |
DefaultNotificationsSender.sendNotification(String recipient,
NotificationContext context,
NotificationData notificationData,
ConversionContext conversionContext)
Sends a notification.
|
void |
NotificationsSender.sendNotifications(List<Notification> notifications,
NotificationData notificationData,
ConversionContext conversionContext)
Sends the notificationData to each user listed in
notifications, as long as they are
permitted to see it. |
void |
DefaultNotificationsSender.sendNotifications(List<Notification> notifications,
NotificationData notificationData,
ConversionContext conversionContext) |
void |
NotificationsSender.sendPageNotifications(AbstractPage page,
NotificationData notificationData,
ConversionContext conversionContext)
Sends page based notifications.
|
void |
DefaultNotificationsSender.sendPageNotifications(AbstractPage page,
NotificationData notificationData,
ConversionContext conversionContext) |
void |
NotificationsSender.sendSpaceNotifications(Space space,
NotificationData notificationData,
ConversionContext conversionContext)
Sends space based notifications.
|
void |
DefaultNotificationsSender.sendSpaceNotifications(Space space,
NotificationData notificationData,
ConversionContext conversionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected NotificationData |
AbstractNotificationsListener.getNotificationDataForEvent(com.atlassian.event.Event event,
ConfluenceEntityObject entity)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractNotificationsListener.attachAvatar(NotificationData notificationData)
Deprecated.
|
protected ConversionContext |
AbstractContentNotificationsListener.getConversionContext(NotificationData notificationData)
Deprecated.
|
protected ConversionContext |
AbstractNotificationsListener.getConversionContext(NotificationData notificationData)
Deprecated.
|
protected void |
AbstractNotificationsListener.sendNotification(Notification notification,
NotificationData notificationData)
Deprecated.
Sends content-based notifications.
|
protected void |
AbstractNotificationsListener.sendNotification(String recipient,
NotificationContext context,
NotificationData notificationData)
Deprecated.
Sends a notification.
|
protected void |
AbstractNotificationsListener.sendNotifications(List<Notification> notifications,
NotificationData notificationData)
Deprecated.
Sends the notificationData to each user listed in
notifications, as long as they are
permitted to see it. |
| Modifier and Type | Method and Description |
|---|---|
NotificationData |
WelcomeEmailBuilder.buildFrom(ConfluenceUser user)
Builds
NotificationData for a welcome email for the given (new) user. |
NotificationData |
InviteEmailBuilder.buildFrom(SendUserInviteEvent event,
String signupUrl) |
| Modifier and Type | Method and Description |
|---|---|
NotificationContext |
WelcomeEmailBuilder.buildContextFrom(ConfluenceUser user,
NotificationData notificationData)
Constructs a
NotificationContext for the welcome email with the given notificationData |
NotificationSendResult |
EmailService.sendToEmail(NotificationData notificationData,
String emailAddress) |
NotificationSendResult |
DefaultEmailService.sendToEmail(NotificationData notificationData,
String emailAddress) |
NotificationSendResult |
EmailService.sendToEmails(NotificationData notificationData,
List<String> recipients) |
NotificationSendResult |
DefaultEmailService.sendToEmails(NotificationData notificationData,
List<String> recipients) |
Copyright © 2003–2021 Atlassian. All rights reserved.