Package org.odpi.openmetadata.accessservices.datamanager.api


package org.odpi.openmetadata.accessservices.datamanager.api
The API package defines the Java interfaces supported by the Data Manager OMAS. These Java interfaces wrap the REST API calls to the server and the asynchronous event passing through Data Manager OMAS's Out Topic.
  • Interfaces
    Class
    Description
    APIManagerInterface defines the client side interface for the Data Manager OMAS that is relevant for API assets that provide call-based services.
    ManageConnections provides methods to define connections and their supporting objects The interface supports the following types of objects Connections - the connections used to create connector instances that can access the connection. ConnectorTypes - description of a specific that can be used to access the connection. ConnectorCategories - the network information needed to access the connection. Endpoints - the network information needed to access the connection.
    DatabaseManagerInterface defines the client side interface for the Data Manager OMAS that is relevant for relational database assets.
    DataManagerEventInterface defines how a client gets access to the configuration events produced by the Data Manager OMAS.
    DataManagerEventListener is the interface that a client implements to register to receive the events from the Data Manager OMAS's out topic.
    DataManagerInterface provides the interface for retrieving the identity of an external data manager.
    ApplicationInterface defines the client side interface for the Data Manager OMAS that is relevant for form assets that provide data displays and other business functions to an organization.
    EventBrokerInterface defines the client side interface for the Data Manager OMAS that is relevant for topic assets that provide event-based services.
    ExternalReferenceManagerInterface defines the Java API for managing external references.
    FilesAndFoldersInterface is the interface used to record metadata about files and folders.
    MetadataSourceInterface is the interface used to define information about the third party technologies that an integration daemon is extracting metadata from.
    SchemaManagerInterface defines the common methods for managing SchemaTypes and SchemaAttributes.
    The ValidValueManagementInterface provides methods for managing valid values.