Uses of Interface
org.camunda.bpm.model.xml.validation.ValidationResult
Packages that use ValidationResult
-
Uses of ValidationResult in org.camunda.bpm.model.xml.impl.validation
Classes in org.camunda.bpm.model.xml.impl.validation that implement ValidationResultFields in org.camunda.bpm.model.xml.impl.validation with type parameters of type ValidationResultModifier and TypeFieldDescriptionprotected Map<ModelElementInstance,
List<ValidationResult>> ModelValidationResultsImpl.collectedResults
protected Map<ModelElementInstance,
List<ValidationResult>> ValidationResultsCollectorImpl.collectedResults
Methods in org.camunda.bpm.model.xml.impl.validation that return types with arguments of type ValidationResultModifier and TypeMethodDescriptionModelValidationResultsImpl.getResults()
protected List<ValidationResult>
ValidationResultsCollectorImpl.resultsForCurrentElement()
Constructor parameters in org.camunda.bpm.model.xml.impl.validation with type arguments of type ValidationResultModifierConstructorDescriptionModelValidationResultsImpl
(Map<ModelElementInstance, List<ValidationResult>> collectedResults, int errorCount, int warningCount) -
Uses of ValidationResult in org.camunda.bpm.model.xml.validation
Methods in org.camunda.bpm.model.xml.validation that return types with arguments of type ValidationResultMethods in org.camunda.bpm.model.xml.validation with parameters of type ValidationResultModifier and TypeMethodDescriptionvoid
ValidationResultFormatter.formatResult
(StringWriter writer, ValidationResult result) formats a validation result