Uses of Interface
org.milyn.validation.OnFailResult

Uses of OnFailResult in org.milyn.validation
 

Methods in org.milyn.validation that return OnFailResult
 OnFailResult ValidationResult.getFatal()
          Gets the OnFailResult that was reported as a OnFail.FATAL.
 OnFailResult ValidationException.getOnFailResult()
           
 

Methods in org.milyn.validation that return types with arguments of type OnFailResult
 java.util.List<OnFailResult> ValidationResult.getErrors()
          Gets all the OnFailResults that were reported at the OnFail.ERROR level.
 java.util.List<OnFailResult> ValidationResult.getOKs()
          Gets all the OnFailResults that were reported at the OnFail.OK level.
 java.util.List<OnFailResult> ValidationResult.getWarnings()
          Gets all the OnFailResults that were reported at the OnFail.WARN level.
 

Methods in org.milyn.validation with parameters of type OnFailResult
protected  void ValidationResult.addResult(OnFailResult result, OnFail onFail)
          Adds the OnFailResult with OnFail level passed in.
 

Constructors in org.milyn.validation with parameters of type OnFailResult
ValidationException(java.lang.String message, OnFailResult result)
           
 



Copyright © 2011. All Rights Reserved.