Package io.jmix.bpmui.model
Class BusinessRuleTaskModel
java.lang.Object
io.jmix.bpmui.model.BusinessRuleTaskModel
- All Implemented Interfaces:
HasBusinessId
,HasExecutionListeners
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected List<ExecutionListenerModel>
protected List<FieldModel>
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAsync()
getId()
getName()
void
void
setBusinessId
(String businessId) void
setDocumentation
(String documentation) void
setExecutionListeners
(List<ExecutionListenerModel> executionListeners) void
setFields
(List<FieldModel> fields) void
void
-
Field Details
-
id
-
businessId
-
name
-
async
-
documentation
-
executionListeners
-
fields
-
-
Constructor Details
-
BusinessRuleTaskModel
public BusinessRuleTaskModel()
-
-
Method Details
-
getInstanceName
-
getId
-
setId
-
getBusinessId
- Specified by:
getBusinessId
in interfaceHasBusinessId
-
setBusinessId
- Specified by:
setBusinessId
in interfaceHasBusinessId
-
getName
-
setName
-
getAsync
-
setAsync
-
getDocumentation
-
setDocumentation
-
getFields
-
setFields
-
getExecutionListeners
- Specified by:
getExecutionListeners
in interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListeners
in interfaceHasExecutionListeners
-