Uses of Class
com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
-
-
Uses of NotificationContext in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification with parameters of type NotificationContext Modifier and Type Method Description protected com.atlassian.core.task.TaskDefaultNotificationsSender. createNotificationTask(com.atlassian.user.User toUser, NotificationData notificationData, String renderedSubject, NotificationContext context)voidDefaultNotificationsSender. sendNotification(ConfluenceUser toUser, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)voidDefaultNotificationsSender. sendNotification(String recipient, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)Sends a notification.voidNotificationsSender. sendNotification(String recipient, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)Sends a notification. -
Uses of NotificationContext in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners that return NotificationContext Modifier and Type Method Description NotificationContextNotificationData. cloneContext()Returns a copy of the common context for this Notification that can be used to populate a single email.NotificationContextNotificationData. 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.NotificationContextNotificationData. getCommonContext()Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationContext Modifier and Type Method Description protected voidAbstractNotificationsListener. sendNotification(String recipient, NotificationContext context, NotificationData notificationData)Deprecated.Sends a notification. -
Uses of NotificationContext in com.atlassian.confluence.plugin.descriptor.mail
Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type NotificationContext Modifier and Type Method Description voidDefaultNotificationRenderManager. attachActionIconImages(String section, NotificationContext context)voidNotificationRenderManager. attachActionIconImages(String section, NotificationContext context)Multipart MIME encodes webItem icons for use in ADG NotificationsList<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)Constructors in com.atlassian.confluence.plugin.descriptor.mail with parameters of type NotificationContext Constructor Description NotificationContext(NotificationContext context)NotificationContext(NotificationContext context, Set<javax.activation.DataSource> dataSources) -
Uses of NotificationContext in com.atlassian.confluence.plugin.descriptor.mail.conditions
Methods in com.atlassian.confluence.plugin.descriptor.mail.conditions with parameters of type NotificationContext Modifier and Type Method Description protected abstract booleanAbstractNotificationCondition. shouldDisplay(NotificationContext context) -
Uses of NotificationContext in com.atlassian.confluence.plugins.like.conditions
Methods in com.atlassian.confluence.plugins.like.conditions with parameters of type NotificationContext Modifier and Type Method Description protected booleanContentLikedByRecipientCondition. shouldDisplay(NotificationContext context)protected booleanManageNotificationsLinkCondition. shouldDisplay(NotificationContext context)protected booleanShowEmailLikeLinkCondition. shouldDisplay(NotificationContext context)protected booleanShowLikedCommentEmailReplyButtonCondition. shouldDisplay(NotificationContext context)protected booleanShowLikedPageEmailViewBlogPostButtonCondition. shouldDisplay(NotificationContext context)protected booleanShowLikedPageEmailViewPageButtonCondition. shouldDisplay(NotificationContext context) -
Uses of NotificationContext in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications that return NotificationContext Modifier and Type Method Description NotificationContextWelcomeEmailBuilder. buildContextFrom(ConfluenceUser user, NotificationData notificationData)Constructs aNotificationContextfor the welcome email with the given notificationData
-