com.atlassian.confluence.plugins.emailgateway.api
Interface StagingEmailHandler<C extends ContentEntityObject>

All Superinterfaces:
EmailHandler
All Known Implementing Classes:
CreatePageEmailHandler

@PublicSpi
public interface StagingEmailHandler<C extends ContentEntityObject>
extends EmailHandler

An EmailHandler that stages emails. This includes sending notifications to users that their email was staged, and converting the staged email into its final form.

Since:
5.3

Method Summary
 ConfirmationNotificationSender getConfirmationNotificationSender()
           
 EmailToContentConverter<C> getConverter()
           
 
Methods inherited from interface com.atlassian.confluence.plugins.emailgateway.api.EmailHandler
handle
 

Method Detail

getConfirmationNotificationSender

ConfirmationNotificationSender getConfirmationNotificationSender()

getConverter

EmailToContentConverter<C> getConverter()


Copyright © 2003-2014 Atlassian. All Rights Reserved.