Uses of Interface
de.xima.fc.workflow.processor.factory.IEmailNodeBuilder
Packages that use IEmailNodeBuilder
- 
Uses of IEmailNodeBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return IEmailNodeBuilderModifier and TypeMethodDescriptionIEmailNodeBuilder.addDirectClientAuthorizations(UuidEntityRef... directClientAuthorizations) IEmailNodeBuilder.addDirectClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations) IEmailNodeBuilder.addReplyTo(Iterable<String> replyTo) IEmailNodeBuilder.addReplyTo(String... replyTo) IEmailNodeBuilder.addUserGroups(UuidEntityRef... userGroups) IEmailNodeBuilder.addUserGroups(Iterable<UuidEntityRef> userGroups) IEmailNodeBuilder.addUsers(UuidEntityRef... users) Deprecated.IEmailNodeBuilder.addUsers(Iterable<UuidEntityRef> users) Deprecated.User references should be done viaUserProfile.IEmailNodeBuilder.attachments(MultiFile attachments) Sends an email with both a plain text and HTML body.Sends an email with only a plain HTML body.IEmailNodeBuilder.bodyPlainText(String plainTextBody) Sends an email with only a plain text body.IEmailNodeBuilder.bodyType(EEmailBodyFormatType bodyType) IEmailNodeBuilder.directClientAuthorizations(UuidEntityRef... directClientAuthorizations) IEmailNodeBuilder.directClientAuthorizations(Iterable<UuidEntityRef> directClientAuthorizations) static IEmailNodeBuilderCreates a builder for a new workflow node for aEWorkflowNodeType.FC_EMAILthat sends an email to a given list of recipients.static IEmailNodeBuilderCreates a builder for a new workflow node for aEWorkflowNodeType.FC_EMAILthat sends an email to a given list of recipients.IEmailNodeBuilder.encryptionType(EMailEncrpytionType encryptionType) IEmailNodeBuilder.senderName(String senderName) IEmailNodeBuilder.sendSeparateMails()Send separate emails, one for each recipient.IEmailNodeBuilder.sendSeparateMails(boolean sendSeparateMails) IEmailNodeBuilder.userGroups(UuidEntityRef... userGroups) IEmailNodeBuilder.userGroups(Iterable<UuidEntityRef> userGroups) IEmailNodeBuilder.users(UuidEntityRef... users) Deprecated.User references should be done viaUserProfile.IEmailNodeBuilder.users(Iterable<UuidEntityRef> users) Deprecated.User references should be done viaUserProfile. 
UserProfile.