Package org.odpi.openmetadata.adapters.connectors.integration.bitol


package org.odpi.openmetadata.adapters.connectors.integration.bitol
Integration connectors that acquire, distribute and store Bitol documents: Open Data Contract Standard (ODCS) data contracts and Open Data Product Standard (ODPS) data products. The receivers publish documents from file directories and event topics to the integration daemon's Bitol listeners; the store connector writes every published document to the file system.
  • Class
    Description
    BitolDirectoryScanner watches a directory tree (for example a git checkout or a drop folder) for Bitol documents.
    Callback used to publish a document found by the scanner.
    Description of a document published during a scan.
    BitolDocumentPublisherCatalogTargetProcessor regenerates the documents for every digital product that is a member of a DigitalProductCatalog catalog target on each refresh.
    BitolDocumentPublisherIntegrationConnector is the outbound side of Egeria's Bitol support.
    BitolDocumentPublisherIntegrationProvider is the connector provider for the BitolDocumentPublisherIntegrationConnector.
    BitolEventReceiverCatalogTargetProcessor registers the integration connector as a listener on the topic connector created for a Topic catalog target, and starts the topic connector.
    BitolEventReceiverIntegrationConnector receives Bitol documents (Open Data Contract Standard data contracts and Open Data Product Standard data products) from event topics and publishes them to the Bitol listeners registered in the same integration daemon.
    BitolEventReceiverIntegrationProvider is the connector provider for the BitolEventReceiverIntegrationConnector.
    BitolFileCataloguer catalogs a file that holds a Bitol document as a data asset, using the YAML or JSON file template for the file's format and the deployed implementation type for the document's kind, and links the asset as a resource of the agreement or digital product catalogued from the document.
    BitolFilesCatalogTargetProcessor scans the directory described by a FileFolder catalog target for Bitol documents.
    BitolFilesReceiverIntegrationConnector monitors file directories for Bitol documents: Open Data Contract Standard (ODCS) data contracts and Open Data Product Standard (ODPS) data products.
    BitolFilesReceiverIntegrationProvider is the connector provider for the BitolFilesReceiverIntegrationConnector.
    DataContractCataloguerIntegrationConnector registers a Bitol listener with the integration daemon and catalogues each Open Data Contract Standard (ODCS) document it receives as an Agreement (classified as a DataSharingAgreement) in open metadata, along with the contract's schema (as data structures and data fields), data quality checks (as data quality rules), service level agreement (as a service level objective), servers (as endpoints), access roles, team, support channels and authoritative definitions.
    DataContractCataloguerIntegrationProvider is the connector provider for the DataContractCataloguerIntegrationConnector.
    DataProductCataloguerIntegrationConnector registers a Bitol listener with the integration daemon and catalogues each Open Data Product Standard (ODPS) document it receives as a DigitalProduct in open metadata, along with the product's ports (as a solution component with solution ports), team (as scoped person roles), support channels (as contact details), authoritative definitions (as external references) and management ports (as endpoints).
    DataProductCataloguerIntegrationProvider is the connector provider for the DataProductCataloguerIntegrationConnector.
    FileBasedBitolStoreConnector stores the Bitol documents (Open Data Contract Standard data contracts and Open Data Product Standard data products) published in the integration daemon to the file system.
    FileBasedBitolStoreProvider is the connector provider for the FileBasedBitolStoreConnector.