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 ValidValuesManager.
It implements the ManageValidValues interface. More to follow :)
-
Class Summary Class Description ConnectionManager ConnectionManager provides the API operations to create and maintain connection definitions and their related objects.LocationManager LocationManager provides the API operations to create and maintain location definitions.ValidValuesManager ValidValuesManager provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.