Class BoundaryEventValidator

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

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

    • BoundaryEventValidator

      public BoundaryEventValidator()
  • Method Details

    • getElementType

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

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