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

      • FlowElementValidator

        public FlowElementValidator()
    • Method Detail

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