Interface EmailTemplateService

All Known Implementing Classes:
EmailTemplateServiceImpl

public interface EmailTemplateService
  • Method Details

    • applyTemplate

      String applyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance)
      Apply the template to the workflow instance.
      Parameters:
      templateName - template name
      templateContent - template content
      workflowInstance - workflow
      Returns:
      text with applied template
    • applyTemplate

      String applyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance, String multiValueDelimiter)
      Apply the template to the workflow instance.
      Parameters:
      templateName - template name
      templateContent - template content
      workflowInstance - workflow
      multiValueDelimiter - How to separate multi-value metadata fields
      Returns:
      text with applied template