Uses of Class
org.jbpm.process.workitem.email.Email
-
-
Uses of Email in org.jbpm.process.workitem.email
Methods in org.jbpm.process.workitem.email that return Email Modifier and Type Method Description protected Email
EmailNotificationPublisher. createEmail(String sender, String subject, Set<org.kie.api.task.model.OrganizationalEntity> recipients, String body, Connection connection)
protected Email
EmailWorkItemHandler. createEmail(org.kie.api.runtime.process.WorkItem workItem, Connection connection)
Methods in org.jbpm.process.workitem.email with parameters of type Email Modifier and Type Method Description static void
SendHtml. sendHtml(Email email)
static void
SendHtml. sendHtml(Email email, boolean debug)
static void
SendHtml. sendHtml(Email email, Connection connection)
static void
SendHtml. sendHtml(Email email, Connection connection, boolean debug)
-