public class

PreRenderedMailNotificationQueueItem

extends MailNotificationQueueItem
implements MailQueueItem
java.lang.Object
   ↳ com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
     ↳ com.atlassian.confluence.mail.template.MailNotificationQueueItem
       ↳ com.atlassian.confluence.mail.template.PreRenderedMailNotificationQueueItem

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.mail.template.MailNotificationQueueItem
From class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
[Expand]
Inherited Fields
From class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
Public Methods
void addDatasources(Collection<DataSource> datasources)
static MailNotificationQueueItem createFromTemplateContent(User recipient, String templateContent, String subject)
static MailNotificationQueueItem createFromTemplateFile(User recipient, String templateFileName, String subject)
@Deprecated static PreRenderedMailNotificationQueueItem createFromTemplateFileAndContext(User recipient, String templateFileName, String subject, Map contextMap, User modifier)
This method is deprecated. since 4.0
static PreRenderedMailNotificationQueueItem createFromTemplateFileAndContext(User recipient, NotificationData notificationData, String subject, Map contextMap)
static PreRenderedMailNotificationQueueItem createFromTemplateFileAndContext(User recipient, User modifier, String templateName, String subject, List<DataSource> templateImageDataSources, Map contextMap)
@Deprecated static MailNotificationQueueItem createFromTemplateFileAndLocation(User recipient, String templateLocation, String templateFileName, String subject)
This method is deprecated. since 3.5
void render()
final void send()
Protected Methods
Email createMailObject()
[Expand]
Inherited Methods
From class com.atlassian.confluence.mail.template.MailNotificationQueueItem
From class com.atlassian.confluence.mail.template.AbstractMailNotificationQueueItem
From class java.lang.Object
From interface com.atlassian.core.task.Task
From interface com.atlassian.mail.queue.MailQueueItem

Public Methods

public void addDatasources (Collection<DataSource> datasources)

public static MailNotificationQueueItem createFromTemplateContent (User recipient, String templateContent, String subject)

public static MailNotificationQueueItem createFromTemplateFile (User recipient, String templateFileName, String subject)

@Deprecated public static PreRenderedMailNotificationQueueItem createFromTemplateFileAndContext (User recipient, String templateFileName, String subject, Map contextMap, User modifier)

This method is deprecated.
since 4.0

public static PreRenderedMailNotificationQueueItem createFromTemplateFileAndContext (User recipient, NotificationData notificationData, String subject, Map contextMap)

public static PreRenderedMailNotificationQueueItem createFromTemplateFileAndContext (User recipient, User modifier, String templateName, String subject, List<DataSource> templateImageDataSources, Map contextMap)

@Deprecated public static MailNotificationQueueItem createFromTemplateFileAndLocation (User recipient, String templateLocation, String templateFileName, String subject)

This method is deprecated.
since 3.5

public void render ()

public final void send ()

Throws
MailException

Protected Methods

protected Email createMailObject ()