Interface EmailTemplateService


public interface EmailTemplateService
  • Method Summary

    Modifier and Type
    Method
    Description
    applyTemplate(String templateName, String templateContent, org.opencastproject.workflow.api.WorkflowInstance workflowInstance)
    Apply the template to the workflow instance.
    applyTemplate(String templateName, String templateContent, org.opencastproject.workflow.api.WorkflowInstance workflowInstance, String multiValueDelimiter)
    Apply the template to the workflow instance.
  • Method Details

    • applyTemplate

      String applyTemplate(String templateName, String templateContent, org.opencastproject.workflow.api.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, org.opencastproject.workflow.api.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