Package io.jmix.bpmui.model
Class SendEmailTaskModel
java.lang.Object
io.jmix.bpmui.model.SendEmailTaskModel
- All Implemented Interfaces:
HasBusinessId
,HasExecutionListeners
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected List<ExecutionListenerModel>
protected List<FieldModel>
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAsync()
getBcc()
getCc()
getFrom()
getId()
getName()
getTo()
void
void
setAttachments
(List<EmailAttachmentModel> attachments) void
void
setBusinessId
(String businessId) void
void
setContent
(String content) void
setContentType
(String contentType) void
setDocumentation
(String documentation) void
setExecutionListeners
(List<ExecutionListenerModel> executionListeners) void
setFieldModels
(List<FieldModel> fieldModels) void
void
void
void
setSubject
(String subject) void
-
Field Details
-
businessId
-
name
-
async
-
documentation
-
fieldModels
-
executionListeners
-
-
Constructor Details
-
SendEmailTaskModel
public SendEmailTaskModel()
-
-
Method Details
-
getId
-
setId
-
getBusinessId
- Specified by:
getBusinessId
in interfaceHasBusinessId
-
setBusinessId
- Specified by:
setBusinessId
in 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:
getExecutionListeners
in interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListeners
in interfaceHasExecutionListeners
-