Package io.jmix.bpmflowui.model
Class SendEmailTaskModel
java.lang.Object
io.jmix.bpmflowui.model.SendEmailTaskModel
- All Implemented Interfaces:
- HasBusinessId,- HasExecutionListeners
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected List<ExecutionListenerModel>protected List<FieldModel>protected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
SendEmailTaskModelpublic SendEmailTaskModel()
 
- 
- 
Method Details- 
getId
- 
setId
- 
getBusinessId- Specified by:
- getBusinessIdin interface- HasBusinessId
 
- 
setBusinessId- Specified by:
- setBusinessIdin interface- HasBusinessId
 
- 
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 interface- HasExecutionListeners
 
- 
setExecutionListeners- Specified by:
- setExecutionListenersin interface- HasExecutionListeners
 
 
-