Class ProcessValidator

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

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

    • ProcessValidator

      public ProcessValidator()
  • Method Details

    • getElementType

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

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