Class UnsupportedSignalBoundaryEventValidator

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

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

    • UnsupportedSignalBoundaryEventValidator

      public UnsupportedSignalBoundaryEventValidator()
  • 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 boundaryEvent, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)
      Specified by:
      validate in interface org.camunda.bpm.model.xml.validation.ModelElementValidator<BoundaryEvent>