Package io.jmix.bpmui.model
Class EntityDataTaskModel
java.lang.Object
io.jmix.bpmui.model.EntityDataTaskModel
- All Implemented Interfaces:
HasBusinessId,HasExecutionListeners
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected Stringprotected List<EntityAttributeModel>protected List<ExecutionListenerModel>protected List<FieldModel>protected Stringprotected List<JpqlParameterModel>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
EntityDataTaskModel
public EntityDataTaskModel()
-
-
Method Details
-
getInstanceName
-
getId
-
setId
-
getBusinessId
- Specified by:
getBusinessIdin interfaceHasBusinessId
-
setBusinessId
- Specified by:
setBusinessIdin interfaceHasBusinessId
-
getName
-
setName
-
getTaskType
-
setTaskType
-
getDelegateExpression
-
setDelegateExpression
-
getEntityAttributes
-
setEntityAttributes
-
getJpqlParameters
-
setJpqlParameters
-
getAsync
-
setAsync
-
getDocumentation
-
setDocumentation
-
getFieldModels
-
setFieldModels
-
getExecutionListeners
- Specified by:
getExecutionListenersin interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListenersin interfaceHasExecutionListeners
-