com.atlassian.confluence.plugins.emailgateway.service
Class EmailThreadConvertedEvent

java.lang.Object
  extended by com.atlassian.confluence.plugins.emailgateway.service.EmailThreadConvertedEvent

public class EmailThreadConvertedEvent
extends java.lang.Object

Event that is published when a page is created from an email.

Since:
v5.0

Constructor Summary
EmailThreadConvertedEvent(StagedEmailThread emailThread, ContentEntityObject content)
           
 
Method Summary
 ContentEntityObject getContent()
           
 StagedEmailThread getEmailThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailThreadConvertedEvent

public EmailThreadConvertedEvent(StagedEmailThread emailThread,
                                 ContentEntityObject content)
Method Detail

getEmailThread

public StagedEmailThread getEmailThread()

getContent

public ContentEntityObject getContent()


Copyright © 2003-2014 Atlassian. All Rights Reserved.