Interface WorkflowFormMail


public interface WorkflowFormMail
Interface for workflow form mail
  • Method Summary

    Modifier and Type
    Method
    Description
    getEmails(FormEntry formEntry, Map transientVars, Map args)
    Get the list of mails for sender or recipients of a mail
  • Method Details

    • getEmails

      List<String> getEmails(FormEntry formEntry, Map transientVars, Map args)
      Get the list of mails for sender or recipients of a mail
      Parameters:
      formEntry - the form entry
      transientVars - the workflow transient vars
      args - the workflow args
      Returns:
      the list of mails