Class BoundaryEventValidator

  • All Implemented Interfaces:
    org.camunda.bpm.model.xml.validation.ModelElementValidator<BoundaryEvent>

    public class BoundaryEventValidator
    extends Object
    implements org.camunda.bpm.model.xml.validation.ModelElementValidator<BoundaryEvent>
    • Constructor Detail

      • BoundaryEventValidator

        public BoundaryEventValidator()
    • Method Detail

      • getElementType

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

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