Class InitVariablesServiceTaskValidator
java.lang.Object
com.flowable.validation.bpmn.impl.InitVariablesServiceTaskValidator
- All Implemented Interfaces:
PlatformServiceTaskValidator
public class InitVariablesServiceTaskValidator
extends Object
implements PlatformServiceTaskValidator
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe delegate expression that this validator is responsible forvoidvalidate(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.validation.ProcessValidationContext validationContext) protected voidvalidateVariableMapping(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.bpmn.model.ExtensionElement variableMapping, org.flowable.validation.ProcessValidationContext validationContext)
-
Field Details
-
RESERVED_EXECUTION_FIELDS
-
-
Constructor Details
-
InitVariablesServiceTaskValidator
public InitVariablesServiceTaskValidator()
-
-
Method Details
-
getDelegateExpression
Description copied from interface:PlatformServiceTaskValidatorThe delegate expression that this validator is responsible for- Specified by:
getDelegateExpressionin interfacePlatformServiceTaskValidator
-
validate
public void validate(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.validation.ProcessValidationContext validationContext) - Specified by:
validatein interfacePlatformServiceTaskValidator
-
validateVariableMapping
protected void validateVariableMapping(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.bpmn.model.ExtensionElement variableMapping, org.flowable.validation.ProcessValidationContext validationContext)
-