Package org.odpi.openmetadata.frameworks.integration.bitol.mapping
package org.odpi.openmetadata.frameworks.integration.bitol.mapping
Mappers that catalogue Bitol documents in open metadata (and, in later phases, generate them from open metadata).
The mappers work through the connector context clients so that they can run inside an integration connector or a
view service. DataProductMapper handles Open Data Product Standard (ODPS) documents; BitolMapperBase holds the
logic shared with the Open Data Contract Standard (ODCS) mapper.
-
ClassDescriptionBitolGeneratorBase holds the logic shared by the generators that build Open Data Contract Standard (ODCS) and Open Data Product Standard (ODPS) documents from open metadata: the reverse of BitolMapperBase.BitolMapperBase holds the mapping logic that is shared by the Open Data Contract Standard (ODCS) and Open Data Product Standard (ODPS) mappers: the fundamentals of a document (identity, status, description, tags), custom properties, authoritative definitions, support channels and teams.BitolMappingResult describes the outcome of cataloguing a Bitol document into open metadata: the unique identifier of the element that represents the document, whether it was created, updated or removed, and any parts of the document that could not be fully represented (for example a team member whose user identity is not known to Egeria, or a data contract that is referenced but not yet catalogued).The action taken on the element that represents the document.DataContractGenerator builds an Open Data Contract Standard (ODCS) document from an Agreement in open metadata.DataContractMapper catalogues an Open Data Contract Standard (ODCS) document as an Agreement in open metadata.DataProductGenerator builds an Open Data Product Standard (ODPS) document from a DigitalProduct in open metadata.DataProductMapper catalogues an Open Data Product Standard (ODPS) document as a DigitalProduct in open metadata.