Class GenerateSequenceServiceTaskValidator

java.lang.Object
com.flowable.validation.cmmn.impl.GenerateSequenceServiceTaskValidator
All Implemented Interfaces:
PlatformServiceTaskValidator

public class GenerateSequenceServiceTaskValidator extends Object implements PlatformServiceTaskValidator
Author:
Filip Hrisafov
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     
    protected static final 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.cmmn.model.CmmnModel cmmnModel, org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext)
     
    protected void
    validateDefinitionKey(org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext)
     
    protected void
    validateVariableName(org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • GenerateSequenceServiceTaskValidator

      public GenerateSequenceServiceTaskValidator()
  • 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.cmmn.model.CmmnModel cmmnModel, org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext)
      Specified by:
      validate in interface PlatformServiceTaskValidator
    • validateDefinitionKey

      protected void validateDefinitionKey(org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext)
    • validateVariableName

      protected void validateVariableName(org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext)