Package org.odpi.openmetadata.accessservices.digitalarchitecture.client
This package provides the Java clients for the Digital Architecture OMAS.
There is a base class (DigitalArchitectureClientBase) that manages
the properties for the remote server passed on the constructors, the internal REST client (DigitalArchitectureRESTClient), the audit log and the
maximum page size property. It initializes the InvalidParameterHandler that verifies the parameters passed to the client.
Today, the Digital Architecture OMAS has one client for managing valid values and reference data. This client is called ReferenceDataManager.
It implements the ManageReferenceData interface. More to follow :)
-
Class Summary Class Description ConnectionManager ConnectionManager provides the API operations to create and maintain connection definitions and their related objects.DigitalArchitectureEventClient DigitalArchitectureEventClient provides the implementation to manage the interaction with the server to set up a listener to support the receipt of inbound events from the Digital Architecture OMAS Out Topic.LocationManager LocationManager provides the API operations to create and maintain location definitions.ReferenceDataManager ReferenceDataManager provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.