- callDatabaseColumnGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseColumnResponse object.
- callDatabaseColumnsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseColumnsResponse object.
- callDatabaseGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseResponse object.
- callDatabaseSchemaGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseSchemaResponse object.
- callDatabaseSchemasGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseSchemasResponse object.
- callDatabasesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabasesResponse object.
- callDatabaseTableGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseTableResponse object.
- callDatabaseTablesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseTablesResponse object.
- callDatabaseViewGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseViewResponse object.
- callDatabaseViewsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DatabaseViewsResponse object.
- callDataFileGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DataFileResponse object.
- callDataFilePostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a POST REST call that returns a DataFileResponse object.
- callDataFilesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a DataFilesResponse object.
- callDataFilesPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a POST REST call that returns a DataFilesResponse object.
- callFileFolderGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a FileFolderResponse object.
- callFileFolderPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a POST REST call that returns a FileFolderResponse object.
- callFileFoldersGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Issue a GET REST call that returns a FileFoldersResponse object.
- 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.
- createDatabaseManager(String, String, String, DatabaseManagerProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.MetadataSourceClient
-
Create information about the integration daemon that is managing the acquisition of metadata from the
data manager.
- 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.
- createFileManager(String, String, String, FileManagerProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.MetadataSourceClient
-
Create information about an application that manages a collection of data files.
- createFileSystem(String, String, String, FileSystemProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.MetadataSourceClient
-
Create information about a File System that is being used to store data files.
- createNestedFolders(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Creates a new folder asset for each element in the pathName.
- 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, DataManagerRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
-
Create a new client that is going to be used in an OMAG Server.
- 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.
- DataManagerEventClient - Class in org.odpi.openmetadata.accessservices.datamanager.client
-
DataManagerEventClient 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.
- DataManagerEventClient(String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerEventClient
-
Create a new client with no authentication embedded in the HTTP request.
- DataManagerEventClient(String, String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerEventClient
-
Create a new client that passes userId and password in each HTTP request.
- DataManagerEventClient(String, String, OCFRESTClient, int, AuditLog, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.DataManagerEventClient
-
Create a new client that is to be used within an OMAG Server.
- DataManagerRESTClient - Class in org.odpi.openmetadata.accessservices.datamanager.client.rest
-
DataManagerRESTClient is responsible for issuing calls to the OMAS REST APIs.
- DataManagerRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Constructor for no authentication with audit log.
- DataManagerRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Constructor for no authentication.
- DataManagerRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Constructor for simple userId and password authentication with audit log.
- DataManagerRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.client.rest.DataManagerRESTClient
-
Constructor for simple userId and password authentication.
- deleteDataFileFromCatalog(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Remove the file asset description from the catalog.
- deleteDataFolderFromCatalog(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Remove the data folder asset description from the catalog.
- detachDataFileAssetFromFolder(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Remove a link between a file asset and a folder.
- detachTopLevelFolder(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Removed the link between a folder and a file system.
- 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.DataManagerEventClient
-
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.
- 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.
- getDatabasesForDatabaseManager(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.DatabaseManagerClient
-
Retrieve the list of databases created by this caller.
- 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.
- getFileByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Retrieve a FolderProperties asset by its unique identifier (GUID).
- getFileByPathName(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Retrieve a folder by its fully qualified path name.
- getFolderByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Retrieve a FolderProperties asset by its unique identifier (GUID).
- getFolderByPathName(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Retrieve a folder by its fully qualified path name.
- getFolderFiles(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Get the data files inside a folder - both those that are nested and those that are linked.
- getMetadataSourceGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.MetadataSourceClient
-
Retrieve the unique identifier of the integration daemon.
- getNestedFolders(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Return the list of folders nested inside a folder.
- 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.
- getTopLevelDataFiles(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Return the list of folders nested inside a folder.
- getTopLevelFolders(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.client.FilesAndFoldersClient
-
Return the list of folders linked to the file server capability.
- 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.