Package io.jmix.bpmui.model
Class EntityDataTaskModel
java.lang.Object
io.jmix.bpmui.model.EntityDataTaskModel
- All Implemented Interfaces:
HasBusinessId
,HasExecutionListeners
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected String
protected List<EntityAttributeModel>
protected List<ExecutionListenerModel>
protected List<FieldModel>
protected String
protected List<JpqlParameterModel>
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAsync()
getId()
getName()
void
void
setBusinessId
(String businessId) void
setDelegateExpression
(String delegateExpression) void
setDocumentation
(String documentation) void
setEntityAttributes
(List<EntityAttributeModel> entityAttributes) void
setExecutionListeners
(List<ExecutionListenerModel> executionListeners) void
setFieldModels
(List<FieldModel> fieldModels) void
void
setJpqlParameters
(List<JpqlParameterModel> jpqlParameters) void
void
setTaskType
(String taskType)
-
Field Details
-
id
-
businessId
-
name
-
taskType
-
delegateExpression
-
entityAttributes
-
jpqlParameters
-
async
-
documentation
-
fieldModels
-
executionListeners
-
-
Constructor Details
-
EntityDataTaskModel
public EntityDataTaskModel()
-
-
Method Details
-
getInstanceName
-
getId
-
setId
-
getBusinessId
- Specified by:
getBusinessId
in interfaceHasBusinessId
-
setBusinessId
- Specified by:
setBusinessId
in interfaceHasBusinessId
-
getName
-
setName
-
getTaskType
-
setTaskType
-
getDelegateExpression
-
setDelegateExpression
-
getEntityAttributes
-
setEntityAttributes
-
getJpqlParameters
-
setJpqlParameters
-
getAsync
-
setAsync
-
getDocumentation
-
setDocumentation
-
getFieldModels
-
setFieldModels
-
getExecutionListeners
- Specified by:
getExecutionListeners
in interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListeners
in interfaceHasExecutionListeners
-