Class 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 Detail

      • ProcessValidator

        public ProcessValidator()
    • Method Detail

      • 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>