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
    Modifier and Type
    Field
    Description
    protected static final Set<String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The delegate expression that this validator is responsible for
    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)
     
    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)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • RESERVED_EXECUTION_FIELDS

      protected static final Set<String> RESERVED_EXECUTION_FIELDS
  • Constructor Details

    • InitVariablesServiceTaskValidator

      public InitVariablesServiceTaskValidator()
  • Method Details

    • getDelegateExpression

      public String getDelegateExpression()
      Description copied from interface: PlatformServiceTaskValidator
      The delegate expression that this validator is responsible for
      Specified by:
      getDelegateExpression in interface PlatformServiceTaskValidator
    • 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:
      validate in interface PlatformServiceTaskValidator
    • 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)