Class ExtensionElementsValidator<T extends BaseElement,​E extends org.camunda.bpm.model.xml.instance.ModelElementInstance>

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

    public final class ExtensionElementsValidator<T extends BaseElement,​E extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
    extends Object
    implements org.camunda.bpm.model.xml.validation.ModelElementValidator<T>
    • Method Detail

      • getElementType

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

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