Package io.jmix.bpmflowui.model
Class SubProcessModel
java.lang.Object
io.jmix.bpmflowui.model.SubProcessModel
- All Implemented Interfaces:
HasBeanMethods
,HasBusinessId
,HasExecutionListeners
,HasMultiInstanceLoopCharacteristics
public class SubProcessModel
extends Object
implements HasBusinessId, HasMultiInstanceLoopCharacteristics, HasExecutionListeners, HasBeanMethods
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected List<BeanMethodModel>
protected String
protected String
protected List<ExecutionListenerModel>
protected String
protected MultiInstanceLoopCharacteristicsModel
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAsync()
getId()
getName()
void
void
setBeanMethods
(List<BeanMethodModel> beanMethods) void
setBusinessId
(String businessId) void
setDocumentation
(String documentation) void
setExecutionListeners
(List<ExecutionListenerModel> executionListeners) void
void
setMultiInstanceLoopCharacteristics
(MultiInstanceLoopCharacteristicsModel multiInstanceLoopCharacteristics) void
-
Field Details
-
id
-
businessId
-
name
-
multiInstanceLoopCharacteristics
-
executionListeners
-
async
-
documentation
-
beanMethods
-
-
Constructor Details
-
SubProcessModel
public SubProcessModel()
-
-
Method Details
-
getId
-
setId
-
getBusinessId
- Specified by:
getBusinessId
in interfaceHasBusinessId
-
setBusinessId
- Specified by:
setBusinessId
in interfaceHasBusinessId
-
getName
-
setName
-
getMultiInstanceLoopCharacteristics
- Specified by:
getMultiInstanceLoopCharacteristics
in interfaceHasMultiInstanceLoopCharacteristics
-
setMultiInstanceLoopCharacteristics
public void setMultiInstanceLoopCharacteristics(MultiInstanceLoopCharacteristicsModel multiInstanceLoopCharacteristics) - Specified by:
setMultiInstanceLoopCharacteristics
in interfaceHasMultiInstanceLoopCharacteristics
-
getExecutionListeners
- Specified by:
getExecutionListeners
in interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListeners
in interfaceHasExecutionListeners
-
getAsync
-
setAsync
-
getDocumentation
-
setDocumentation
-
getBeanMethods
- Specified by:
getBeanMethods
in interfaceHasBeanMethods
-
setBeanMethods
- Specified by:
setBeanMethods
in interfaceHasBeanMethods
-