Package io.jmix.bpmflowui.model
Class EntityDataTaskModel
java.lang.Object
io.jmix.bpmflowui.model.EntityDataTaskModel
- All Implemented Interfaces:
- HasBusinessId,- HasExecutionListeners
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected Stringprotected List<EntityAttributeModel>protected List<ExecutionListenerModel>protected List<FieldModel>protected Stringprotected List<JpqlParameterModel>protected Stringprotected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAsync()getId()getName()voidvoidsetBusinessId(String businessId) voidsetDelegateExpression(String delegateExpression) voidsetDocumentation(String documentation) voidsetEntityAttributes(List<EntityAttributeModel> entityAttributes) voidsetExecutionListeners(List<ExecutionListenerModel> executionListeners) voidsetFieldModels(List<FieldModel> fieldModels) voidvoidsetJpqlParameters(List<JpqlParameterModel> jpqlParameters) voidvoidsetTaskType(String taskType) 
- 
Field Details- 
id
- 
businessId
- 
name
- 
taskType
- 
delegateExpression
- 
entityAttributes
- 
jpqlParameters
- 
async
- 
documentation
- 
fieldModels
- 
executionListeners
 
- 
- 
Constructor Details- 
EntityDataTaskModelpublic EntityDataTaskModel()
 
- 
- 
Method Details- 
getInstanceName
- 
getId
- 
setId
- 
getBusinessId- Specified by:
- getBusinessIdin interface- HasBusinessId
 
- 
setBusinessId- Specified by:
- setBusinessIdin interface- HasBusinessId
 
- 
getName
- 
setName
- 
getTaskType
- 
setTaskType
- 
getDelegateExpression
- 
setDelegateExpression
- 
getEntityAttributes
- 
setEntityAttributes
- 
getJpqlParameters
- 
setJpqlParameters
- 
getAsync
- 
setAsync
- 
getDocumentation
- 
setDocumentation
- 
getFieldModels
- 
setFieldModels
- 
getExecutionListeners- Specified by:
- getExecutionListenersin interface- HasExecutionListeners
 
- 
setExecutionListeners- Specified by:
- setExecutionListenersin interface- HasExecutionListeners
 
 
-