Uses of Interface
org.camunda.bpm.model.xml.validation.ValidationResult
-
Packages that use ValidationResult Package Description org.camunda.bpm.model.xml.impl.validation org.camunda.bpm.model.xml.validation -
-
Uses of ValidationResult in org.camunda.bpm.model.xml.impl.validation
Classes in org.camunda.bpm.model.xml.impl.validation that implement ValidationResult Modifier and Type Class Description classModelValidationResultImplFields in org.camunda.bpm.model.xml.impl.validation with type parameters of type ValidationResult Modifier and Type Field Description protected Map<ModelElementInstance,List<ValidationResult>>ModelValidationResultsImpl. collectedResultsprotected Map<ModelElementInstance,List<ValidationResult>>ValidationResultsCollectorImpl. collectedResultsMethods in org.camunda.bpm.model.xml.impl.validation that return types with arguments of type ValidationResult Modifier and Type Method Description Map<ModelElementInstance,List<ValidationResult>>ModelValidationResultsImpl. getResults()protected List<ValidationResult>ValidationResultsCollectorImpl. resultsForCurrentElement()Constructor parameters in org.camunda.bpm.model.xml.impl.validation with type arguments of type ValidationResult Constructor Description ModelValidationResultsImpl(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 ValidationResult Modifier and Type Method Description Map<ModelElementInstance,List<ValidationResult>>ValidationResults. getResults()Methods in org.camunda.bpm.model.xml.validation with parameters of type ValidationResult Modifier and Type Method Description voidValidationResultFormatter. formatResult(StringWriter writer, ValidationResult result)formats a validation result
-