Class ExclusiveGatewayValidator

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

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

      • ExclusiveGatewayValidator

        public ExclusiveGatewayValidator()
    • Method Detail

      • getElementType

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

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