Uses of Class
com.atlassian.confluence.plugin.descriptor.mail.NotificationContext

Packages that use NotificationContext
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.mail.template   
com.atlassian.confluence.plugin.descriptor.mail   
com.atlassian.confluence.plugin.descriptor.mail.conditions   
com.atlassian.confluence.plugins.like.conditions   
com.atlassian.confluence.user.notifications   
 

Uses of NotificationContext in com.atlassian.confluence.mail.notification
 

Methods in com.atlassian.confluence.mail.notification with parameters of type NotificationContext
protected  com.atlassian.mail.queue.MailQueueItem DefaultNotificationsSender.createNotificationTask(com.atlassian.user.User toUser, NotificationData notificationData, java.lang.String renderedSubject, NotificationContext context)
           
 void DefaultNotificationsSender.sendNotification(ConfluenceUser toUser, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)
           
 void NotificationsSender.sendNotification(java.lang.String recipient, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)
          Sends a notification.
 void DefaultNotificationsSender.sendNotification(java.lang.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
 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()
           
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationContext
protected  void AbstractNotificationsListener.sendNotification(java.lang.String recipient, NotificationContext context, NotificationData notificationData)
          Sends a notification.
 

Uses of NotificationContext in com.atlassian.confluence.mail.template
 

Methods in com.atlassian.confluence.mail.template with parameters of type NotificationContext
static PreRenderedMailNotificationQueueItem PreRenderedMailNotificationQueueItem.createFromTemplateFileAndContext(com.atlassian.user.User recipient, NotificationData notificationData, java.lang.String subject, NotificationContext contextClone)
          Deprecated. since 5.2, use PreRenderedMailNotificationQueueItem.with(User, String, String) instead
 

Uses of NotificationContext in com.atlassian.confluence.plugin.descriptor.mail
 

Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type NotificationContext
 void NotificationRenderManager.attachActionIconImages(java.lang.String section, NotificationContext context)
          Multipart MIME encodes webItem icons for use in ADG Notifications
 void DefaultNotificationRenderManager.attachActionIconImages(java.lang.String section, NotificationContext context)
           
 java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> NotificationRenderManager.getDisplayableItems(java.lang.String sectionKey, NotificationContext context)
           
 java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> DefaultNotificationRenderManager.getDisplayableItems(java.lang.String section, NotificationContext context)
           
 

Constructors in com.atlassian.confluence.plugin.descriptor.mail with parameters of type NotificationContext
NotificationContext(NotificationContext context)
           
NotificationContext(NotificationContext context, java.util.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
protected abstract  boolean AbstractNotificationCondition.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
protected  boolean ShowLikedPageEmailViewPageButtonCondition.shouldDisplay(NotificationContext context)
           
protected  boolean ShowLikedPageEmailViewBlogPostButtonCondition.shouldDisplay(NotificationContext context)
           
protected  boolean ShowLikedCommentEmailReplyButtonCondition.shouldDisplay(NotificationContext context)
           
protected  boolean ShowEmailLikeLinkCondition.shouldDisplay(NotificationContext context)
           
protected  boolean ManageNotificationsLinkCondition.shouldDisplay(NotificationContext context)
           
protected  boolean ContentLikedByRecipientCondition.shouldDisplay(NotificationContext context)
           
 

Uses of NotificationContext in com.atlassian.confluence.user.notifications
 

Methods in com.atlassian.confluence.user.notifications that return NotificationContext
 NotificationContext WelcomeEmailBuilder.buildContextFrom(ConfluenceUser user, NotificationData notificationData)
          Constructs a NotificationContext for the welcome email with the given notificationData
 

Methods in com.atlassian.confluence.user.notifications with parameters of type NotificationContext
protected  com.atlassian.mail.queue.MailQueueItem UserSignUpNotificationsListener.createNotificationTask(com.atlassian.user.User toUser, NotificationData notificationData, java.lang.String renderedSubject, NotificationContext context)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.