| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.datadictionary.validator |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DataDictionary.produceErrorReport(List<ErrorReport> errorReports,
boolean hasErrors) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorReport |
ErrorReport.createError(String validationFailed,
ValidationTrace trace)
Creates a new ErrorReport of ERROR status
|
static ErrorReport |
ErrorReport.createWarning(String validationFailed,
ValidationTrace trace)
Creates a new ErrorReport of WARNING status
|
ErrorReport |
Validator.getErrorReport(int index)
Retrieves an individual error report for errors found during the validation
|
| Modifier and Type | Method and Description |
|---|---|
static List<ErrorReport> |
Validator.getErrorReports() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Validator.addErrorReport(ErrorReport report) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.