|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Methods in org.milyn.validation that return types with arguments of type OnFailResult | |
|---|---|
List<OnFailResult> |
ValidationResult.getErrors()
Gets all the OnFailResults that were reported at the OnFail.ERROR
level. |
List<OnFailResult> |
ValidationResult.getOKs()
Gets all the OnFailResults that were reported at the OnFail.OK
level. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||