Class UnsupportedSignalEndEventValidator

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

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

    • UnsupportedSignalEndEventValidator

      public UnsupportedSignalEndEventValidator()
  • Method Details

    • getElementType

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

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