Package org.odpi.openmetadata.accessservices.datamanager.server.spring
REST API operations and Swagger Annotations
The data manager has 3 parts to its REST API.
The DataManagerOMASResource defines the general operations for all types of data managers. This includes the
operations for retrieving the out topic, for registering a data manager
integrator and retrieving the identifiers of a pre-registered data manager.
The DatabaseManagerResource supports metadata from database servers and
the FilesResource supports metadata about unmanaged files on disk.
-
Class Summary Class Description APIManagerResource APIManagerResource is the server-side implementation of the Data Manager OMAS's support for APIs.ConnectionManagerResource ConnectionResource is the server-side implementation of the Data Manager OMAS's support for topics.DatabaseManagerResource DatabaseManagerRESTServices is the server-side implementation of the Data Manager OMAS's support for relational databases.DataManagerOMASResource Server-side REST API support for data manager independent REST endpointsDisplayApplicationResource DisplayApplicationResource is the server-side implementation of the Data Manager OMAS's support for forms, reports and queries.EventBrokerResource EventBrokerResource is the server-side implementation of the Data Manager OMAS's support for topics.FilesResource FilesResource supports the server-side capture of REST calls to add new file-based asset definitions.SchemaManagerResource SchemaManagerResource is the server-side implementation of the Data Manager OMAS's support for relational topics.