| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.analyticsmodeling.model | |
| org.odpi.openmetadata.accessservices.analyticsmodeling.responses |
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseContainerDatabase
Response container for database.
The container has following attributes: name - database name. guid - unique identifier to access database metdata. type - of the database, vendor. version - database version. The type of the container is 'database'. |
class |
ResponseContainerDatabaseSchema
Response container for Analytics Modeling schema representation.
The container has following attributes: catalog - name of the schema catalog. schema - name of the schema. schemaType - this can be 'user' or 'system'. |
class |
ResponseContainerModule
Response container for Analytics Modeling module representation.
The container has following attributes: physicalDefinition - Analytics Modeling module representation. The type of the container is 'module'. |
class |
ResponseContainerSchemaTables
Response container for list of table names available in the schema.
The container has following attributes: tables - list of table names available in the schema. The type of the container is 'tables'. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ResponseContainer> |
AnalyticsModelingOMASAPIResponse.getData()
Get data of the response.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AnalyticsModelingOMASAPIResponse.setData(List<? extends ResponseContainer> data)
Set response data.
|
Copyright © 2018–2020 ODPi. All rights reserved.