Package org.odpi.openmetadata.accessservices.datamanager.server.spring


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.
  • Classes
    Class
    Description
    APIManagerResource is the server-side implementation of the Data Manager OMAS's support for APIs.
    ConnectionResource is the server-side implementation of the Data Manager OMAS's support for topics.
    DatabaseManagerRESTServices is the server-side implementation of the Data Manager OMAS's support for relational databases.
    Server-side REST API support for data manager independent REST endpoints
    The DataManagerValidValuesResource provides a Spring based server-side REST API that supports the ValidValueManagementInterface.
    DisplayApplicationResource is the server-side implementation of the Data Manager OMAS's support for forms, reports and queries.
    EventBrokerResource is the server-side implementation of the Data Manager OMAS's support for topics.
    FilesResource supports the server-side capture of REST calls to add new file-based asset definitions.
    SchemaManagerResource is the server-side implementation of the Data Manager OMAS's support for relational topics.