Class SimpleComboCatalogArchiveBuilder
java.lang.Object
org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleComboCatalogArchiveBuilder
SimpleComboCatalogArchiveBuilder pulls together the metadata from the four simple catalogs into
a content pack that can be used in other scenarios.
-
Constructor Summary
ConstructorDescriptionSimpleComboCatalogArchiveBuilder
(String archiveName, String archiveRootName) Constructor pushes all archive header values to the superclass -
Method Summary
Modifier and TypeMethodDescriptionReturns the open metadata type archive containing all the elements extracted from the connector providers of the featured open connectors.
-
Constructor Details
-
SimpleComboCatalogArchiveBuilder
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
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
-