Interface EmailService

  • All Known Implementing Classes:
    DefaultEmailService

    public interface EmailService
    Service to create e-mails by workflow process. E-mails are sent when activation of action occur.
    • Method Detail

      • createActivationEmail

        org.apache.commons.mail.HtmlEmail createActivationEmail​(WorkflowActionModel action)
        Creates activation e-mail for the given action This is performed right after the activation of the action.
        Parameters:
        action - which has been just activated
        Returns:
        created e-mail as HtmlEmail object.