- 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.
- 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.