Uses of Interface
com.atlassian.confluence.plugins.emailgateway.api.ConfirmationNotificationSender

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

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

Methods in com.atlassian.confluence.plugins.emailgateway.api that return ConfirmationNotificationSender
 ConfirmationNotificationSender StagingEmailHandler.getConfirmationNotificationSender()
           
 

Methods in com.atlassian.confluence.plugins.emailgateway.api with parameters of type ConfirmationNotificationSender
 StagedEmailThreadKey EmailStagingService.stageEmailThread(ReceivedEmail receivedEmail, ConfirmationNotificationSender confirmationNotificationSender)
          Stage the given received email.
 

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

Methods in com.atlassian.confluence.plugins.emailgateway.service with parameters of type ConfirmationNotificationSender
 StagedEmailThreadKey DefaultEmailThreadConverterService.stageEmailThread(ReceivedEmail receivedEmail, ConfirmationNotificationSender confirmationNotificationSender)
           
 

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

Classes in com.atlassian.confluence.plugins.emailtopage that implement ConfirmationNotificationSender
 class DefaultEmailToPageConfirmationEmailSender
           
 

Methods in com.atlassian.confluence.plugins.emailtopage that return ConfirmationNotificationSender
 ConfirmationNotificationSender CreatePageEmailHandler.getConfirmationNotificationSender()
           
 

Constructors in com.atlassian.confluence.plugins.emailtopage with parameters of type ConfirmationNotificationSender
CreatePageEmailHandler(EmailStagingService emailStagingService, ConfirmationNotificationSender confirmationNotificationSender, EmailToContentConverter<AbstractPage> converter)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.