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

A

addForeignKeyRelationship(String, String, DatabaseForeignKeyProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a foreign relationship between two columns.

C

context - Variable in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorConnector
 
createDatabase(DatabaseProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database.
createDatabaseColumn(String, DatabaseColumnProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database column.
createDatabaseColumnFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database column using an existing metadata element as a template.
createDatabaseFromTemplate(String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database using an existing metadata element as a template.
createDatabaseSchema(String, DatabaseSchemaProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database schema.
createDatabaseSchemaFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database schema using an existing metadata element as a template.
createDatabaseTable(String, DatabaseTableProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database table.
createDatabaseTableFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database table using an existing metadata element as a template.
createDatabaseView(String, DatabaseViewProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database view.
createDatabaseViewFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new metadata element to represent a database view using an existing metadata element as a template.

D

DatabaseIntegratorAuditCode - Enum in org.odpi.openmetadata.integrationservices.database.ffdc
The DatabaseIntegratorAuditCode is used to define the message content for the OMRS Audit Log.
DatabaseIntegratorConnector - Class in org.odpi.openmetadata.integrationservices.database.connector
DatabaseIntegratorConnector is the base class for an integration connector that is managed by the Database Integrator OMIS.
DatabaseIntegratorConnector() - Constructor for class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorConnector
 
DatabaseIntegratorContext - Class in org.odpi.openmetadata.integrationservices.database.connector
DatabaseIntegratorContext is the context for managing resources from a relational database server.
DatabaseIntegratorContext(DatabaseManagerClient, DataManagerEventClient, String, String, String) - Constructor for class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Create a new client with no authentication embedded in the HTTP request.
DatabaseIntegratorErrorCode - Enum in org.odpi.openmetadata.integrationservices.database.ffdc
The DatabaseIntegratorErrorCode error code is used to define first failure data capture (FFDC) for errors that occur when working with the Integration Services.

F

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

G

getColumnsForDatabaseTable(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of column for a database table (or view)
getDatabaseByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the database metadata element with the supplied unique identifier.
getDatabaseColumnByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the database column metadata element with the supplied unique identifier.
getDatabaseColumnsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of database column metadata elements with a matching qualified or display name.
getDatabasesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of database metadata elements with a matching qualified or display name.
getDatabaseSchemaByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the database schema metadata element with the supplied unique identifier.
getDatabaseSchemasByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of database schema metadata elements with a matching qualified or display name.
getDatabaseTableByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the database table metadata element with the supplied unique identifier.
getDatabaseTablesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of database table metadata elements with a matching qualified or display name.
getDatabaseViewByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the database view metadata element with the supplied unique identifier.
getDatabaseViewsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of database view metadata elements with a matching qualified or display name.
getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorErrorCode
Retrieve a message definition object for an exception.
getMyDatabases(int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of databases created by this caller.
getSchemasForDatabase(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Return the list of schemas associated with a database.
getTablesForDatabaseSchema(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of database tables associated with a database schema.
getViewsForDatabaseSchema(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Retrieve the list of database views associated with a database schema.

O

org.odpi.openmetadata.integrationservices.database.connector - package org.odpi.openmetadata.integrationservices.database.connector
 
org.odpi.openmetadata.integrationservices.database.ffdc - package org.odpi.openmetadata.integrationservices.database.ffdc
 

P

publishDatabase(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Update the zones for the database asset so that it becomes visible to consumers.
publishDatabaseSchema(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Update the zones for the database asset so that it becomes visible to consumers.

R

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

S

setContext(DatabaseIntegratorContext) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorConnector
Set up the context for this connector.
setPrimaryKeyOnColumn(String, DatabasePrimaryKeyProperties) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Classify a column in a database table as the primary key.

T

toString() - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorAuditCode
toString() JSON-style
toString() - Method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorErrorCode
JSON-style toString

U

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

V

valueOf(String) - Static method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.integrationservices.database.ffdc.DatabaseIntegratorErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

withdrawDatabase(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
Update the zones for the database asset so that it is no longer visible to consumers.
withdrawDatabaseSchema(String) - Method in class org.odpi.openmetadata.integrationservices.database.connector.DatabaseIntegratorContext
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 T U V W 
Skip navigation links

Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.