com.atlassian.confluence.plugins.emailgateway
Class StagedEmailThread

java.lang.Object
  extended by com.atlassian.confluence.plugins.emailgateway.StagedEmailThread

public class StagedEmailThread
extends Object

Represents an email thread staged and ready for approval and conversion into a page.

Since:
v5.0

Constructor Summary
StagedEmailThread(StagedEmailThreadKey stagedEmailThreadKey, String spaceKey, ReceivedEmail receivedEmail)
           
 
Method Summary
 List<SerializableAttachment> getAttachments()
           
 String getBodyContentAsString()
           
 EmailHeaders getHeaders()
           
 StagedEmailThreadKey getKey()
           
 List<javax.mail.internet.InternetAddress> getParticipants()
           
 ReceivedEmail getReceivedEmail()
           
 javax.mail.internet.InternetAddress getSender()
           
 String getSpaceKey()
           
 org.joda.time.Instant getStagingDate()
           
 String getSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StagedEmailThread

public StagedEmailThread(StagedEmailThreadKey stagedEmailThreadKey,
                         String spaceKey,
                         ReceivedEmail receivedEmail)
Method Detail

getSpaceKey

public String getSpaceKey()

getBodyContentAsString

public String getBodyContentAsString()

getReceivedEmail

public ReceivedEmail getReceivedEmail()

getParticipants

public List<javax.mail.internet.InternetAddress> getParticipants()

getSender

public javax.mail.internet.InternetAddress getSender()

getSubject

public String getSubject()

getHeaders

public EmailHeaders getHeaders()

getAttachments

public List<SerializableAttachment> getAttachments()

getKey

public StagedEmailThreadKey getKey()

getStagingDate

public org.joda.time.Instant getStagingDate()


Copyright © 2003-2013 Atlassian. All Rights Reserved.