Common Services
OMAG Common Services (common-services)¶
The common services support clients and the registered services that run in the OMAG Server Platform. They are Java utility libraries.
-
First-Failure Data Capture (FFDC) Services - supports common exceptions and error handling. It can but used by clients and server-side services.
-
Multi-Tenant Services - supports the management of Open Metadata and Governance (OMAG) Server instances running in an OMAG Server Platform.
-
Metadata Security - supports authorization of access to OMAG Services and specific metadata instances.
-
Generic Handlers - supports the management of specific types of open metadata elements. The generic handlers provide services to translate OMAS requests built around that service's private beans into calls to the repository services (through the repository handler).
-
Repository Handler - supports access to multiple related metadata instances from the Open Metadata Repository Services (OMRS). It manages the provenance checking, deduplication and translates OMRS exceptions into Open Connector Framework (OCF) exceptions that are used extensively across the Open Metadata Access Services (OMASs).
Raise an issue or comment below