Package org.odpi.openmetadata.accessservices.assetconsumer.api
The API package defines the Java interfaces supported by the Asset Consumer OMAS.
These Java interfaces wrap the REST API calls to the server and the asynchronous event passing through Asset Consumer OMAS's Out Topic.
-
Interface Summary Interface Description AssetConsumerAssetInterface AssetConsumerAssetInterface supports queries to retrieve information about an asset.AssetConsumerEventInterface AssetConsumerEventInterface defines how a client gets access to the events produced by the Asset Consumer OMASAssetConsumerFeedbackInterface AssetConsumerFeedbackInterface supports the ability to add and remove feedback for an asset.AssetConsumerGlossaryInterface AssetConsumerGlossaryInterface supports the lookup of the meaning of a glossary term.AssetConsumerLoggingInterface AssetConsumerLoggingInterface supports the ability to add log messages to the local server's audit log about an asset.AssetConsumerTaggingInterface AssetConsumerTaggingInterface support the management and use of informal tags, whether public or private. -
Class Summary Class Description AssetConsumerEventListener AssetConsumerEventListener is the interface that a client implements to register to receive the events from the Asset Consumer OMAS.