Package io.jmix.bpmui.model
Class ServiceTaskModel
java.lang.Object
io.jmix.bpmui.model.ServiceTaskModel
- All Implemented Interfaces:
HasBeanMethods,HasBusinessId,HasExecutionListeners,HasExtensionProperties,HasMultiInstanceLoopCharacteristics,HasSendNotificationDetails
public class ServiceTaskModel
extends Object
implements HasBusinessId, HasMultiInstanceLoopCharacteristics, HasExecutionListeners, HasBeanMethods, HasExtensionProperties, HasSendNotificationDetails
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected List<BeanMethodModel>protected Stringprotected Stringprotected Stringprotected Stringprotected List<ExecutionListenerModel>protected Stringprotected List<ExtensionPropertyModel>protected List<FieldModel>protected Stringprotected Stringprotected MultiInstanceLoopCharacteristicsModelprotected Stringprotected Stringprotected SendNotificationModelprotected Stringprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsync()getId()getName()voidvoidsetBeanMethods(List<BeanMethodModel> beanMethods) voidsetBeanName(String beanName) voidsetBusinessId(String businessId) voidsetDelegateExpression(String delegateExpression) voidsetDocumentation(String documentation) voidsetExecutionListeners(List<ExecutionListenerModel> executionListeners) voidsetExpression(String expression) voidsetExtensionProperties(List<ExtensionPropertyModel> extensionProperties) voidsetFields(List<FieldModel> fields) voidvoidsetJavaDelegateClass(String javaDelegateClass) voidsetMultiInstanceLoopCharacteristics(MultiInstanceLoopCharacteristicsModel multiInstanceLoopCharacteristics) voidvoidsetResultVariable(String resultVariable) voidsetSendNotificationModel(SendNotificationModel sendNotificationModel) voidsetTaskType(String taskType) voidsetUseLocalScopeForResultVariable(Boolean useLocalScopeForResultVariable)
-
Field Details
-
id
-
businessId
-
name
-
expression
-
javaDelegateClass
-
delegateExpression
-
resultVariable
-
multiInstanceLoopCharacteristics
-
beanName
-
beanMethods
-
taskType
-
async
-
documentation
-
executionListeners
-
extensionProperties
-
fields
-
useLocalScopeForResultVariable
-
sendNotificationModel
-
-
Constructor Details
-
ServiceTaskModel
public ServiceTaskModel()
-
-
Method Details
-
getInstanceName
-
getId
-
setId
-
getBusinessId
- Specified by:
getBusinessIdin interfaceHasBusinessId
-
setBusinessId
- Specified by:
setBusinessIdin interfaceHasBusinessId
-
getName
-
setName
-
getExpression
-
setExpression
-
getJavaDelegateClass
-
setJavaDelegateClass
-
getDelegateExpression
-
setDelegateExpression
-
getResultVariable
-
setResultVariable
-
getMultiInstanceLoopCharacteristics
- Specified by:
getMultiInstanceLoopCharacteristicsin interfaceHasMultiInstanceLoopCharacteristics
-
setMultiInstanceLoopCharacteristics
public void setMultiInstanceLoopCharacteristics(MultiInstanceLoopCharacteristicsModel multiInstanceLoopCharacteristics) - Specified by:
setMultiInstanceLoopCharacteristicsin interfaceHasMultiInstanceLoopCharacteristics
-
getBeanName
-
setBeanName
-
getBeanMethods
- Specified by:
getBeanMethodsin interfaceHasBeanMethods
-
setBeanMethods
- Specified by:
setBeanMethodsin interfaceHasBeanMethods
-
getTaskType
-
setTaskType
-
getAsync
-
setAsync
-
getDocumentation
-
setDocumentation
-
getExecutionListeners
- Specified by:
getExecutionListenersin interfaceHasExecutionListeners
-
setExecutionListeners
- Specified by:
setExecutionListenersin interfaceHasExecutionListeners
-
getExtensionProperties
- Specified by:
getExtensionPropertiesin interfaceHasExtensionProperties
-
setExtensionProperties
- Specified by:
setExtensionPropertiesin interfaceHasExtensionProperties
-
getFields
-
setFields
-
getUseLocalScopeForResultVariable
-
setUseLocalScopeForResultVariable
-
getSendNotificationModel
- Specified by:
getSendNotificationModelin interfaceHasSendNotificationDetails
-
setSendNotificationModel
- Specified by:
setSendNotificationModelin interfaceHasSendNotificationDetails
-