Class SimpleComboCatalogArchiveBuilder

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

public class SimpleComboCatalogArchiveBuilder extends Object
SimpleComboCatalogArchiveBuilder pulls together the metadata from the four simple catalogs into a content pack that can be used in other scenarios.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleComboCatalogArchiveBuilder(String archiveName, String archiveRootName)
    Constructor pushes all archive header values to the superclass
  • Method Summary

    Modifier and Type
    Method
    Description
    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

    • SimpleComboCatalogArchiveBuilder

      public SimpleComboCatalogArchiveBuilder(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.
  • Method Details

    • 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