Uses of Interface
org.camunda.bpm.model.xml.validation.ValidationResult

Packages that use ValidationResult
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
 class ModelValidationResultImpl
           
 

Fields in org.camunda.bpm.model.xml.impl.validation with type parameters of type ValidationResult
protected  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 ValidationResult
 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
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
 Map<ModelElementInstance,List<ValidationResult>> ValidationResults.getResults()
           
 

Methods in org.camunda.bpm.model.xml.validation with parameters of type ValidationResult
 void ValidationResultFormatter.formatResult(StringWriter writer, ValidationResult result)
          formats a validation result
 



Copyright © 2016 camunda services GmbH. All rights reserved.