Class SimpleDataCatalogArchiveBuilder

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

public class SimpleDataCatalogArchiveBuilder extends Object
SimpleDataCatalogArchiveBuilder provides data source metadata.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleDataCatalogArchiveBuilder(String archiveName, String archiveRootName)
    Constructor pushes all archive header values to the superclass
    SimpleDataCatalogArchiveBuilder(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 for this catalog.

    Methods inherited from class java.lang.Object

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

    • SimpleDataCatalogArchiveBuilder

      public SimpleDataCatalogArchiveBuilder(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.
    • SimpleDataCatalogArchiveBuilder

      public SimpleDataCatalogArchiveBuilder(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 for this catalog.
      Returns:
      populated open metadata archive object