Uses of Class
com.atlassian.confluence.plugins.emailgateway.api.StagedEmailThread

Packages that use StagedEmailThread
com.atlassian.confluence.plugins.emailgateway.api   
com.atlassian.confluence.plugins.emailgateway.service   
com.atlassian.confluence.plugins.emailtopage   
 

Uses of StagedEmailThread in com.atlassian.confluence.plugins.emailgateway.api
 

Methods in com.atlassian.confluence.plugins.emailgateway.api with parameters of type StagedEmailThread
 C EmailToContentConverter.publish(StagedEmailThread emailThread, MessageHolder messageHolder)
           
 NotificationSendResult ConfirmationNotificationSender.sendConfirmationEmail(com.atlassian.user.User user, StagedEmailThread emailThread)
           
 

Uses of StagedEmailThread in com.atlassian.confluence.plugins.emailgateway.service
 

Methods in com.atlassian.confluence.plugins.emailgateway.service that return StagedEmailThread
 StagedEmailThread StagedEmailThreadManager.findStagedEmailThread(StagedEmailThreadKey stagedEmailThreadKey)
          Retrieves a StagedEmailThread.
 StagedEmailThread InMemoryStagedEmailThreadManager.findStagedEmailThread(StagedEmailThreadKey stagedEmailThreadKey)
           
 StagedEmailThread BandanaStagedEmailThreadManager.findStagedEmailThread(StagedEmailThreadKey stagedEmailThreadKey)
           
 StagedEmailThread EmailThreadStagedEvent.getEmailThread()
           
 StagedEmailThread EmailThreadConvertedEvent.getEmailThread()
           
 

Methods in com.atlassian.confluence.plugins.emailgateway.service that return types with arguments of type StagedEmailThread
 java.util.Iterator<StagedEmailThread> StagedEmailThreadManager.iterator()
           
 java.util.Iterator<StagedEmailThread> InMemoryStagedEmailThreadManager.iterator()
           
 java.util.Iterator<StagedEmailThread> BandanaStagedEmailThreadManager.iterator()
           
 

Methods in com.atlassian.confluence.plugins.emailgateway.service with parameters of type StagedEmailThread
 void StagedEmailThreadManager.storeStagedEmailThread(StagedEmailThread stagedEmailThread)
          Stores a StagedEmailThread against the StagedEmailThreadKey contained within.
 void InMemoryStagedEmailThreadManager.storeStagedEmailThread(StagedEmailThread stagedEmailThread)
           
 void BandanaStagedEmailThreadManager.storeStagedEmailThread(StagedEmailThread stagedEmailThread)
           
 

Constructors in com.atlassian.confluence.plugins.emailgateway.service with parameters of type StagedEmailThread
EmailThreadConvertedEvent(StagedEmailThread emailThread, ContentEntityObject content)
           
EmailThreadStagedEvent(StagedEmailThread emailThread)
           
 

Uses of StagedEmailThread in com.atlassian.confluence.plugins.emailtopage
 

Methods in com.atlassian.confluence.plugins.emailtopage with parameters of type StagedEmailThread
 AbstractPage DefaultEmailToPageConverter.publish(StagedEmailThread emailThread, MessageHolder messageHolder)
           
 NotificationSendResult DefaultEmailToPageConfirmationEmailSender.sendConfirmationEmail(com.atlassian.user.User user, StagedEmailThread emailThread)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.