| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary |
Implements a client library for integrating with IBM Information Analyzer through its REST API.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
IARestClient.getProjectDetails(String projectName)
Retrieve the project details for the specified IA project.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
IARestClient.getProjectList()
Retrieve the list of projects defined in the IA environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
IARestClient.getColumnsInProject(Project details)
Retrieve a list of all the (qualified) names of columns within the specified project.
|
List<String> |
IARestClient.getTablesInProject(Project details)
Retrieve a list of all the (qualified) names of tables within the specified project.
|
Copyright © 2018–2020 ODPi. All rights reserved.