Uses of Interface
de.xima.fc.workflow.processor.factory.IEmailNodeBuilder
-
Packages that use IEmailNodeBuilder Package Description de.xima.fc.workflow.processor.factory -
-
Uses of IEmailNodeBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return IEmailNodeBuilder Modifier and Type Method Description IEmailNodeBuilder
IEmailNodeBuilder. addBcc(Iterable<String> bcc)
IEmailNodeBuilder
IEmailNodeBuilder. addBcc(String... bcc)
IEmailNodeBuilder
IEmailNodeBuilder. addCc(Iterable<String> cc)
IEmailNodeBuilder
IEmailNodeBuilder. addCc(String... cc)
IEmailNodeBuilder
IEmailNodeBuilder. addDirectClientAuthorizations(UuidEntityRef... directClientAuthorizations)
IEmailNodeBuilder
IEmailNodeBuilder. addDirectClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations)
IEmailNodeBuilder
IEmailNodeBuilder. addReplyTo(Iterable<String> replyTo)
IEmailNodeBuilder
IEmailNodeBuilder. addReplyTo(String... replyTo)
IEmailNodeBuilder
IEmailNodeBuilder. addTo(Iterable<String> to)
IEmailNodeBuilder
IEmailNodeBuilder. addTo(String... to)
IEmailNodeBuilder
IEmailNodeBuilder. addUserGroups(UuidEntityRef... userGroups)
IEmailNodeBuilder
IEmailNodeBuilder. addUserGroups(Iterable<UuidEntityRef> userGroups)
IEmailNodeBuilder
IEmailNodeBuilder. addUsers(UuidEntityRef... users)
Deprecated.User references should be done viaUserProfile
.IEmailNodeBuilder
IEmailNodeBuilder. addUsers(Iterable<UuidEntityRef> users)
Deprecated.User references should be done viaUserProfile
.IEmailNodeBuilder
IEmailNodeBuilder. attachments(MultiFile attachments)
IEmailNodeBuilder
IEmailNodeBuilder. bcc(Iterable<String> bcc)
IEmailNodeBuilder
IEmailNodeBuilder. bcc(String... bcc)
IEmailNodeBuilder
IEmailNodeBuilder. body(String htmlBody, String plainTextBody)
Sends an email with both a plain text and HTML body.IEmailNodeBuilder
IEmailNodeBuilder. bodyHtml(String htmlBody)
Sends an email with only a plain HTML body.IEmailNodeBuilder
IEmailNodeBuilder. bodyPlainText(String plainTextBody)
Sends an email with only a plain text body.IEmailNodeBuilder
IEmailNodeBuilder. bodyType(EEmailBodyFormatType bodyType)
IEmailNodeBuilder
IEmailNodeBuilder. cc(Iterable<String> cc)
IEmailNodeBuilder
IEmailNodeBuilder. cc(String... cc)
IEmailNodeBuilder
IEmailNodeBuilder. directClientAuthorizations(UuidEntityRef... directClientAuthorizations)
IEmailNodeBuilder
IEmailNodeBuilder. directClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations)
static IEmailNodeBuilder
WorkflowNodeFactory. email(String from)
Creates a builder for a new workflow node for aEWorkflowNodeType.FC_EMAIL
that sends an email to a given list of recipients.static IEmailNodeBuilder
WorkflowNodePropsFactory. email(String from)
Creates a builder for a new workflow node for aEWorkflowNodeType.FC_EMAIL
that sends an email to a given list of recipients.IEmailNodeBuilder
IEmailNodeBuilder. encryptionType(EMailEncrpytionType encryptionType)
IEmailNodeBuilder
IEmailNodeBuilder. replyTo(Iterable<String> replyTo)
IEmailNodeBuilder
IEmailNodeBuilder. replyTo(String... replyTo)
IEmailNodeBuilder
IEmailNodeBuilder. senderName(String senderName)
IEmailNodeBuilder
IEmailNodeBuilder. sendSeparateMails()
Send separate emails, one for each recipient.IEmailNodeBuilder
IEmailNodeBuilder. sendSeparateMails(boolean sendSeparateMails)
IEmailNodeBuilder
IEmailNodeBuilder. subject(String subject)
IEmailNodeBuilder
IEmailNodeBuilder. to(Iterable<String> to)
IEmailNodeBuilder
IEmailNodeBuilder. to(String... to)
IEmailNodeBuilder
IEmailNodeBuilder. userGroups(UuidEntityRef... userGroups)
IEmailNodeBuilder
IEmailNodeBuilder. userGroups(Iterable<UuidEntityRef> userGroups)
IEmailNodeBuilder
IEmailNodeBuilder. users(UuidEntityRef... users)
Deprecated.User references should be done viaUserProfile
.IEmailNodeBuilder
IEmailNodeBuilder. users(Iterable<UuidEntityRef> users)
Deprecated.User references should be done viaUserProfile
.
-