Class FlowElementValidator

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

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

    • FlowElementValidator

      public FlowElementValidator()
  • Method Details

    • getElementType

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

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