Class 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 Detail

      • TimerCatchEventExpressionValidator

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

      • 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>