All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.odpi.openmetadata.accessservices.digitalarchitecture.client.package-info Maven / Gradle / Ivy

There is a newer version: 5.1
Show newest version
/* 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy