org.odpi.openmetadata.accessservices.digitalarchitecture.client.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of digital-architecture-client Show documentation
Show all versions of digital-architecture-client Show documentation
Client library for the Digital Architecture Open Metadata Access Service (OMAS).
/* SPDX-License-Identifier: Apache 2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
/**
* 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 :)
*/
package org.odpi.openmetadata.accessservices.digitalarchitecture.client;