Uses of Class
com.atlassian.confluence.mail.notification.listeners.NotificationData

Packages that use NotificationData
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.mail.template   
com.atlassian.confluence.plugins.easyuser.notifications   
 

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

Methods in com.atlassian.confluence.mail.notification with parameters of type NotificationData
 String[] Notification.getDropWatch(NotificationData notificationData)
          Returns the url and text for the email footer 'Stop watching/following...' links
 

Uses of NotificationData in com.atlassian.confluence.mail.notification.listeners
 

Methods in com.atlassian.confluence.mail.notification.listeners that return NotificationData
protected  NotificationData AbstractNotificationsListener.getNotificationDataForEvent(com.atlassian.event.Event event, ConfluenceEntityObject entity)
           
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationData
protected  void AbstractNotificationsListener.attachAvatar(NotificationData notificationData)
           
protected  com.atlassian.mail.queue.MailQueueItem AbstractNotificationsListener.createNotificationTask(com.atlassian.user.User toUser, NotificationData notificationData, String renderedSubject, Map contextMap)
           
protected  ConversionContext SpaceNotificationsListener.getConversionContext(NotificationData notificationData)
           
protected  ConversionContext AbstractNotificationsListener.getConversionContext(NotificationData notificationData)
           
protected  void AbstractNotificationsListener.sendNetworkNotifications(NotificationData notificationData)
           
protected  void AbstractNotificationsListener.sendNotification(Notification notification, NotificationData notificationData)
          Sends content-based notifications.
protected  void AbstractNotificationsListener.sendNotification(String recipient, PerNotificationData perNotificationData, NotificationData notificationData)
          Sends a notification.
protected  void AbstractNotificationsListener.sendNotifications(List<Notification> notifications, NotificationData notificationData)
          Sends the notificationData to each user listed in notifications, as long as they are permitted to see it.
protected  void AbstractNotificationsListener.sendPageNotifications(AbstractPage page, NotificationData notificationData)
           
protected  void AbstractNotificationsListener.sendSpaceNotifications(Space space, NotificationData notificationData)
           
 

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

Methods in com.atlassian.confluence.mail.template with parameters of type NotificationData
static PreRenderedMailNotificationQueueItem PreRenderedMailNotificationQueueItem.createFromTemplateFileAndContext(com.atlassian.user.User recipient, NotificationData notificationData, String subject, Map contextMap)
           
 

Uses of NotificationData in com.atlassian.confluence.plugins.easyuser.notifications
 

Methods in com.atlassian.confluence.plugins.easyuser.notifications that return NotificationData
 NotificationData EasyUserNotificationBuilder.buildFrom(SendUserInviteEvent event, String signupUrl)
           
 

Methods in com.atlassian.confluence.plugins.easyuser.notifications with parameters of type NotificationData
protected  com.atlassian.mail.queue.MailQueueItem UserSignUpNotificationsListener.createNotificationTask(com.atlassian.user.User toUser, NotificationData notificationData, String renderedSubject, Map contextMap)
           
 NotificationSendResult NotificationsService.sendToEmails(NotificationData notificationData, List<String> recipients)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.