| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary.model |
Defines data constructs needed to handle IBM Information Analyzer metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
ErrorList.getAllErrors()
Utility method to retrieve all of the errors from the list, irrespective of the type of error they are
(also useful to check if there were any errors rather than massive conditional logic blocks that try to
encompass all of the different potential error types)
|
List<Error> |
ErrorList.getErrorList() |
List<Error> |
ErrorList.getInvalidIADBParams() |
List<Error> |
ErrorList.getUnSupportedDateFormatList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorList.setErrorList(List<Error> errorList) |
void |
ErrorList.setInvalidIADBParams(List<Error> invalidIADBParams) |
void |
ErrorList.setUnSupportedDateFormatList(List<Error> unSupportedDateFormatList) |
Copyright © 2018–2020 ODPi. All rights reserved.