- getColumnsForDatabaseTable(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of column for a database table (or view)
- getDatabaseByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the database metadata element with the supplied unique identifier.
- getDatabaseColumnByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the database column metadata element with the supplied unique identifier.
- getDatabaseColumnsByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of database column metadata elements with a matching qualified or display name.
- getDatabasesByDaemon(String, String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of databases created by this caller.
- getDatabasesByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of database metadata elements with a matching qualified or display name.
- getDatabaseSchemaByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the database schema metadata element with the supplied unique identifier.
- getDatabaseSchemasByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of database schema metadata elements with a matching qualified or display name.
- getDatabaseTableByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the database table metadata element with the supplied unique identifier.
- getDatabaseTablesByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of database table metadata elements with a matching qualified or display name.
- getDatabaseViewByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the database view metadata element with the supplied unique identifier.
- getDatabaseViewsByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of database view metadata elements with a matching qualified or display name.
- getDataFileByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Retrieve a data file asset by its unique identifier (GUID).
- getDataFileByPathName(String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Retrieve a data file asset by its fully qualified path name.
- getDataManagerIntegratorGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DataManagerRESTServices
-
Retrieve the unique identifier of the integration daemon.
- getFileSystemByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Retrieve a FileSystemProperties asset by its unique identifier (GUID).
- getFileSystemByUniqueName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Retrieve a FileSystemProperties asset by its unique name.
- getFileSystems(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Retrieve a list of defined FileSystems assets.
- getFolderByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Retrieve a FileFolderProperties asset by its unique identifier (GUID).
- getFolderByPathName(String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Retrieve a folder by its fully qualified path name.
- getFolderFiles(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Get the files inside a folder - both those that are nested and those that are linked.
- getNestedFolders(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.FileSystemRESTServices
-
Return the list of folders nested inside a folder.
- getOutTopicConnection(String, String) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DataManagerRESTServices
-
Return the connection object for the Data Manager OMAS's out topic.
- getSchemasForDatabase(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Return the list of schemas associated with a database.
- getTablesForDatabaseSchema(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of database tables associated with a database schema.
- getViewsForDatabaseSchema(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.datamanager.server.DatabaseManagerRESTServices
-
Retrieve the list of database views associated with a database schema.