Package io.jmix.bpmflowui.model
Class BusinessRuleTaskModel
java.lang.Object
io.jmix.bpmflowui.model.BusinessRuleTaskModel
- All Implemented Interfaces:
- HasBusinessId,- HasExecutionListeners
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected List<ExecutionListenerModel>protected List<FieldModel>protected Stringprotected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAsync()getId()getName()voidvoidsetBusinessId(String businessId) voidsetDocumentation(String documentation) voidsetExecutionListeners(List<ExecutionListenerModel> executionListeners) voidsetFields(List<FieldModel> fields) voidvoid
- 
Field Details- 
id
- 
businessId
- 
name
- 
async
- 
documentation
- 
executionListeners
- 
fields
 
- 
- 
Constructor Details- 
BusinessRuleTaskModelpublic BusinessRuleTaskModel()
 
- 
- 
Method Details- 
getInstanceName
- 
getId
- 
setId
- 
getBusinessId- Specified by:
- getBusinessIdin interface- HasBusinessId
 
- 
setBusinessId- Specified by:
- setBusinessIdin interface- HasBusinessId
 
- 
getName
- 
setName
- 
getAsync
- 
setAsync
- 
getDocumentation
- 
setDocumentation
- 
getFields
- 
setFields
- 
getExecutionListeners- Specified by:
- getExecutionListenersin interface- HasExecutionListeners
 
- 
setExecutionListeners- Specified by:
- setExecutionListenersin interface- HasExecutionListeners
 
 
-