Uses of Interface
org.camunda.bpm.model.xml.validation.ValidationResultCollector
-
Packages that use ValidationResultCollector Package Description org.camunda.bpm.model.xml.impl.validation org.camunda.bpm.model.xml.validation -
-
Uses of ValidationResultCollector in org.camunda.bpm.model.xml.impl.validation
Classes in org.camunda.bpm.model.xml.impl.validation that implement ValidationResultCollector Modifier and Type Class Description classValidationResultsCollectorImpl -
Uses of ValidationResultCollector in org.camunda.bpm.model.xml.validation
Methods in org.camunda.bpm.model.xml.validation with parameters of type ValidationResultCollector Modifier and Type Method Description voidModelElementValidator. validate(T element, ValidationResultCollector validationResultCollector)Validate an element.
-