Interface EmailTemplateService
- All Known Implementing Classes:
EmailTemplateServiceImpl
public interface EmailTemplateService
-
Method Summary
Modifier and TypeMethodDescriptionapplyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance) Apply the template to the workflow instance.applyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance, String multiValueDelimiter) Apply the template to the workflow instance.
-
Method Details
-
applyTemplate
String applyTemplate(String templateName, String templateContent, WorkflowInstance workflowInstance) Apply the template to the workflow instance.- Parameters:
templateName- template nametemplateContent- template contentworkflowInstance- 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 nametemplateContent- template contentworkflowInstance- workflowmultiValueDelimiter- How to separate multi-value metadata fields- Returns:
- text with applied template
-