Uses of Class
com.atlassian.confluence.plugin.descriptor.mail.NotificationContext
Packages that use NotificationContext
Package
Description
- 
Uses of NotificationContext in com.atlassian.confluence.mail.notificationMethods in com.atlassian.confluence.mail.notification with parameters of type NotificationContextModifier and TypeMethodDescriptionprotected com.atlassian.core.task.TaskDefaultNotificationsSender.createNotificationTask(com.atlassian.user.User toUser, NotificationData notificationData, String renderedSubject, NotificationContext context) final voidDefaultNotificationsSender.sendNotification(ConfluenceUser toUser, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext) final 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.listenersMethods in com.atlassian.confluence.mail.notification.listeners that return NotificationContextModifier and TypeMethodDescriptionNotificationData.cloneContext()Returns a copy of the common context for this Notification that can be used to populate a single email.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.NotificationData.getCommonContext()Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationContextModifier and TypeMethodDescriptionprotected final voidAbstractNotificationsListener.sendNotification(String recipient, NotificationContext context, NotificationData notificationData) Deprecated.Sends a notification.
- 
Uses of NotificationContext in com.atlassian.confluence.plugin.descriptor.mailMethods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type NotificationContextModifier and TypeMethodDescriptionvoidDefaultNotificationRenderManager.attachActionIconImages(String section, NotificationContext context) voidNotificationRenderManager.attachActionIconImages(String section, NotificationContext context) Multipart MIME encodes webItem icons for use in ADG NotificationsList<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor> DefaultNotificationRenderManager.getDisplayableItems(String section, NotificationContext context) List<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor> NotificationRenderManager.getDisplayableItems(String sectionKey, NotificationContext context) Constructors in com.atlassian.confluence.plugin.descriptor.mail with parameters of type NotificationContextModifierConstructorDescriptionNotificationContext(NotificationContext context) NotificationContext(NotificationContext context, Set<DataSource> dataSources) 
- 
Uses of NotificationContext in com.atlassian.confluence.plugin.descriptor.mail.conditionsMethods in com.atlassian.confluence.plugin.descriptor.mail.conditions with parameters of type NotificationContextModifier and TypeMethodDescriptionprotected abstract booleanAbstractNotificationCondition.shouldDisplay(NotificationContext context) 
- 
Uses of NotificationContext in com.atlassian.confluence.plugins.like.conditionsMethods in com.atlassian.confluence.plugins.like.conditions with parameters of type NotificationContextModifier and TypeMethodDescriptionprotected 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)