Package io.jmix.bpmui.model
Class SendEmailTaskModel
java.lang.Object
io.jmix.bpmui.model.SendEmailTaskModel
- All Implemented Interfaces:
HasBusinessId,HasExecutionListeners
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected List<ExecutionListenerModel>protected List<FieldModel>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsync()getBcc()getCc()getFrom()getId()getName()getTo()voidvoidsetAttachments(List<EmailAttachmentModel> attachments) voidvoidsetBusinessId(String businessId) voidvoidsetContent(String content) voidsetContentType(String contentType) voidsetDocumentation(String documentation) voidsetExecutionListeners(List<ExecutionListenerModel> executionListeners) voidsetFieldModels(List<FieldModel> fieldModels) voidvoidvoidvoidsetSubject(String subject) void
-
Field Details
-
businessId
-
name
-
async
-
documentation
-
fieldModels
-
executionListeners
-
-
Constructor Details
-
SendEmailTaskModel
public SendEmailTaskModel()
-
-
Method Details
-
getId
-
setId
-
getBusinessId
- Specified by:
getBusinessIdin interfaceHasBusinessId
-
setBusinessId
- Specified by:
setBusinessIdin interfaceHasBusinessId
-
getName
-
setName
-
getTo
-
setTo
-
getCc
-
setCc
-
getBcc
-
setBcc
-
getSubject
-
setSubject
-
getFrom
-
setFrom
-
getContent
-
setContent
-
getContentType
-
setContentType
-
getAttachments
-
setAttachments
-
getAsync
-
setAsync
-
getDocumentation
-
setDocumentation
-
getFieldModels
-
setFieldModels
-
getExecutionListeners
- Specified by:
getExecutionListenersin interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListenersin interfaceHasExecutionListeners
-