Skip navigation links
A C D F G O P R S U W 

A

addForeignKeyRelationship(String, String, String, String, String, DatabaseForeignKeyProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a foreign relationship between two columns.

C

createDatabase(String, String, String, DatabaseProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database.
createDatabaseColumn(String, String, String, String, DatabaseColumnProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database column.
createDatabaseColumnFromTemplate(String, String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database column using an existing metadata element as a template.
createDatabaseFromTemplate(String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database using an existing metadata element as a template.
createDatabaseSchema(String, String, String, String, DatabaseSchemaProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database schema.
createDatabaseSchemaFromTemplate(String, String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database schema using an existing metadata element as a template.
createDatabaseTable(String, String, String, String, DatabaseTableProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database table.
createDatabaseTableFromTemplate(String, String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database table using an existing metadata element as a template.
createDatabaseView(String, String, String, String, DatabaseViewProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database view.
createDatabaseViewFromTemplate(String, String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new metadata element to represent a database view using an existing metadata element as a template.
createDataManagerIntegrator(String, SoftwareServerCapabilitiesProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerIntegratorClient
Create information about the integration daemon that is managing the acquisition of metadata from the data manager.

D

DatabaseManagerClient - Class in org.odpi.openmetadata.accessservices.datamanager.client
DatabaseManagerClient is the client for managing resources from a relational database server.
DatabaseManagerClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new client with no authentication embedded in the HTTP request.
DatabaseManagerClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new client with no authentication embedded in the HTTP request.
DatabaseManagerClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new client that passes userId and password in each HTTP request.
DatabaseManagerClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Create a new client that passes userId and password in each HTTP request.
DataManagerEventListenerClient - Class in org.odpi.openmetadata.accessservices.datamanager.client
DataManagerEventListenerClient provides the implementation to manage the interaction with the server to set up a listener to support the receipt of inbound events from the Data Manager OMAS Out Topic.
DataManagerEventListenerClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerEventListenerClient
Create a new client with no authentication embedded in the HTTP request.
DataManagerEventListenerClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerEventListenerClient
Create a new client that passes userId and password in each HTTP request.
DataManagerEventListenerClient(String, String, OCFRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerEventListenerClient
Create a new client that passes userId and password in each HTTP request.
DataManagerIntegratorClient - Class in org.odpi.openmetadata.accessservices.datamanager.client
DatabaseManagerClient is the client for managing resources from a relational database server.
DataManagerIntegratorClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerIntegratorClient
Create a new client with no authentication embedded in the HTTP request.
DataManagerIntegratorClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerIntegratorClient
Create a new client with no authentication embedded in the HTTP request.
DataManagerIntegratorClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerIntegratorClient
Create a new client that passes userId and password in each HTTP request.
DataManagerIntegratorClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerIntegratorClient
Create a new client that passes userId and password in each HTTP request.

F

findDatabaseColumns(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database column metadata elements that contain the search string.
findDatabases(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database metadata elements that contain the search string.
findDatabaseSchemas(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database schema metadata elements that contain the search string.
findDatabaseTables(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database table metadata elements that contain the search string.
findDatabaseViews(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database view metadata elements that contain the search string.

G

getColumnsForDatabaseTable(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of column for a database table (or view)
getConfigurationServerName() - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerEventListenerClient
Return the name of the server where configuration is supposed to be stored.
getDatabaseByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the database metadata element with the supplied unique identifier.
getDatabaseColumnByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the database column metadata element with the supplied unique identifier.
getDatabaseColumnsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database column metadata elements with a matching qualified or display name.
getDatabasesByDaemon(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of databases created by this caller.
getDatabasesByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database metadata elements with a matching qualified or display name.
getDatabaseSchemaByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the database schema metadata element with the supplied unique identifier.
getDatabaseSchemasByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database schema metadata elements with a matching qualified or display name.
getDatabaseTableByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the database table metadata element with the supplied unique identifier.
getDatabaseTablesByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database table metadata elements with a matching qualified or display name.
getDatabaseViewByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the database view metadata element with the supplied unique identifier.
getDatabaseViewsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database view metadata elements with a matching qualified or display name.
getDataManagerIntegratorGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerIntegratorClient
Retrieve the unique identifier of the integration daemon.
getSchemasForDatabase(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Return the list of schemas associated with a database.
getTablesForDatabaseSchema(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database tables associated with a database schema.
getViewsForDatabaseSchema(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Retrieve the list of database views associated with a database schema.

O

org.odpi.openmetadata.accessservices.datamanager.client - package org.odpi.openmetadata.accessservices.datamanager.client
 

P

publishDatabase(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the zones for the database asset so that it becomes visible to consumers.
publishDatabaseSchema(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the zones for the database asset so that it becomes visible to consumers.

R

registerListener(String, DataManagerEventListener) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerEventListenerClient
Register a listener object that will be passed each of the events published by the Data Manager OMAS.
removeDatabase(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Remove the metadata element representing a database.
removeDatabaseColumn(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Remove the metadata element representing a database column.
removeDatabaseSchema(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Remove the metadata element representing a database schema.
removeDatabaseTable(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Remove the metadata element representing a database table.
removeDatabaseView(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Remove the metadata element representing a database table.
removeForeignKeyRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Remove the foreign key relationship for the requested columns.
removePrimaryKeyFromColumn(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Remove the classification that this column is a primary key.

S

setPrimaryKeyOnColumn(String, String, String, String, DatabasePrimaryKeyProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Classify a column in a database table as the primary key.

U

updateDatabase(String, String, String, String, DatabaseProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the metadata element representing a database.
updateDatabaseColumn(String, String, String, String, DatabaseColumnProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the metadata element representing a database column.
updateDatabaseSchema(String, String, String, String, DatabaseSchemaProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the metadata element representing a database schema.
updateDatabaseTable(String, String, String, String, DatabaseTableProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the metadata element representing a database table.
updateDatabaseView(String, String, String, String, DatabaseViewProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the metadata element representing a database table.

W

withdrawDatabase(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the zones for the database asset so that it is no longer visible to consumers.
withdrawDatabaseSchema(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
Update the zones for the database asset so that it is no longer visible to consumers.
A C D F G O P R S U W 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.