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 IEmailNodeBuilderIEmailNodeBuilder. addBcc(Iterable<String> bcc)IEmailNodeBuilderIEmailNodeBuilder. addBcc(String... bcc)IEmailNodeBuilderIEmailNodeBuilder. addCc(Iterable<String> cc)IEmailNodeBuilderIEmailNodeBuilder. addCc(String... cc)IEmailNodeBuilderIEmailNodeBuilder. addDirectClientAuthorizations(UuidEntityRef... directClientAuthorizations)IEmailNodeBuilderIEmailNodeBuilder. addDirectClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations)IEmailNodeBuilderIEmailNodeBuilder. addReplyTo(Iterable<String> replyTo)IEmailNodeBuilderIEmailNodeBuilder. addReplyTo(String... replyTo)IEmailNodeBuilderIEmailNodeBuilder. addTo(Iterable<String> to)IEmailNodeBuilderIEmailNodeBuilder. addTo(String... to)IEmailNodeBuilderIEmailNodeBuilder. addUserGroups(UuidEntityRef... userGroups)IEmailNodeBuilderIEmailNodeBuilder. addUserGroups(Iterable<UuidEntityRef> userGroups)IEmailNodeBuilderIEmailNodeBuilder. addUsers(UuidEntityRef... users)Deprecated.User references should be done viaUserProfile.IEmailNodeBuilderIEmailNodeBuilder. addUsers(Iterable<UuidEntityRef> users)Deprecated.User references should be done viaUserProfile.IEmailNodeBuilderIEmailNodeBuilder. attachments(MultiFile attachments)IEmailNodeBuilderIEmailNodeBuilder. bcc(Iterable<String> bcc)IEmailNodeBuilderIEmailNodeBuilder. bcc(String... bcc)IEmailNodeBuilderIEmailNodeBuilder. body(String htmlBody, String plainTextBody)Sends an email with both a plain text and HTML body.IEmailNodeBuilderIEmailNodeBuilder. bodyHtml(String htmlBody)Sends an email with only a plain HTML body.IEmailNodeBuilderIEmailNodeBuilder. bodyPlainText(String plainTextBody)Sends an email with only a plain text body.IEmailNodeBuilderIEmailNodeBuilder. bodyType(EEmailBodyFormatType bodyType)IEmailNodeBuilderIEmailNodeBuilder. cc(Iterable<String> cc)IEmailNodeBuilderIEmailNodeBuilder. cc(String... cc)IEmailNodeBuilderIEmailNodeBuilder. directClientAuthorizations(UuidEntityRef... directClientAuthorizations)IEmailNodeBuilderIEmailNodeBuilder. directClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations)static IEmailNodeBuilderWorkflowNodeFactory. email(String from)Creates a builder for a new workflow node for aEWorkflowNodeType.FC_EMAILthat sends an email to a given list of recipients.static IEmailNodeBuilderWorkflowNodePropsFactory. email(String from)Creates a builder for a new workflow node for aEWorkflowNodeType.FC_EMAILthat sends an email to a given list of recipients.IEmailNodeBuilderIEmailNodeBuilder. encryptionType(EMailEncrpytionType encryptionType)IEmailNodeBuilderIEmailNodeBuilder. replyTo(Iterable<String> replyTo)IEmailNodeBuilderIEmailNodeBuilder. replyTo(String... replyTo)IEmailNodeBuilderIEmailNodeBuilder. senderName(String senderName)IEmailNodeBuilderIEmailNodeBuilder. sendSeparateMails()Send separate emails, one for each recipient.IEmailNodeBuilderIEmailNodeBuilder. sendSeparateMails(boolean sendSeparateMails)IEmailNodeBuilderIEmailNodeBuilder. subject(String subject)IEmailNodeBuilderIEmailNodeBuilder. to(Iterable<String> to)IEmailNodeBuilderIEmailNodeBuilder. to(String... to)IEmailNodeBuilderIEmailNodeBuilder. userGroups(UuidEntityRef... userGroups)IEmailNodeBuilderIEmailNodeBuilder. userGroups(Iterable<UuidEntityRef> userGroups)IEmailNodeBuilderIEmailNodeBuilder. users(UuidEntityRef... users)Deprecated.User references should be done viaUserProfile.IEmailNodeBuilderIEmailNodeBuilder. users(Iterable<UuidEntityRef> users)Deprecated.User references should be done viaUserProfile. 
 -