Class IntermediateThrowEventValidator

java.lang.Object
io.camunda.zeebe.model.bpmn.validation.zeebe.IntermediateThrowEventValidator
All Implemented Interfaces:
org.camunda.bpm.model.xml.validation.ModelElementValidator<IntermediateThrowEvent>

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

    • IntermediateThrowEventValidator

      public IntermediateThrowEventValidator()
  • Method Details

    • getElementType

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

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