Class SimpleEventCatalogArchiveBuilder

java.lang.Object
org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleEventCatalogArchiveBuilder

public class SimpleEventCatalogArchiveBuilder extends Object
SimpleEventCatalogArchiveBuilder provides event and topic metadata.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleEventCatalogArchiveBuilder(String archiveName, String archiveRootName)
    Constructor pushes all archive header values to the superclass
    SimpleEventCatalogArchiveBuilder(org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder archiveBuilder, org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper archiveHelper)
    Construct the builder using a shared archive builder and helper.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Fills the archive builder with all the elements for this catalog.
    org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchive
    Returns the open metadata type archive containing all the elements extracted from the connector providers of the featured open connectors.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleEventCatalogArchiveBuilder

      public SimpleEventCatalogArchiveBuilder(String archiveName, String archiveRootName)
      Constructor pushes all archive header values to the superclass
      Parameters:
      archiveName - name of the open metadata archive metadata collection.
      archiveRootName - non-spaced root name of the open metadata GUID map.
    • SimpleEventCatalogArchiveBuilder

      public SimpleEventCatalogArchiveBuilder(org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder archiveBuilder, org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper archiveHelper)
      Construct the builder using a shared archive builder and helper. Used to create a combination archive.
      Parameters:
      archiveBuilder - archive builder
      archiveHelper - archive helper
  • Method Details

    • fillBuilder

      public void fillBuilder()
      Fills the archive builder with all the elements for this catalog.
    • getOpenMetadataArchive

      public org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchive getOpenMetadataArchive()
      Returns the open metadata type archive containing all the elements extracted from the connector providers of the featured open connectors.
      Returns:
      populated open metadata archive object