Class TimerCatchEventExpressionValidator

java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.validation.TimerCatchEventExpressionValidator
All Implemented Interfaces:
org.camunda.bpm.model.xml.validation.ModelElementValidator<CatchEvent>

public class TimerCatchEventExpressionValidator extends Object implements org.camunda.bpm.model.xml.validation.ModelElementValidator<CatchEvent>
  • Constructor Details

    • TimerCatchEventExpressionValidator

      public TimerCatchEventExpressionValidator(io.camunda.zeebe.el.ExpressionLanguage expressionLanguage, ExpressionProcessor expressionProcessor)
  • Method Details

    • getElementType

      public Class<CatchEvent> getElementType()
      Specified by:
      getElementType in interface org.camunda.bpm.model.xml.validation.ModelElementValidator<CatchEvent>
    • validate

      public void validate(CatchEvent element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)
      Specified by:
      validate in interface org.camunda.bpm.model.xml.validation.ModelElementValidator<CatchEvent>