Class SimpleGovernanceCatalogArchiveBuilder
java.lang.Object
org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleGovernanceCatalogArchiveBuilder
SimpleEventCatalogArchiveBuilder provides event and topic metadata.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleGovernanceCatalogArchiveBuilder
(String archiveName, String archiveRootName, List<OpenMetadataArchive> dependentArchives) 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
-
SimpleGovernanceCatalogArchiveBuilder
public SimpleGovernanceCatalogArchiveBuilder(String archiveName, String archiveRootName, List<OpenMetadataArchive> dependentArchives) 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.dependentArchives
- previously created archives that are needed for reference.
-
-
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
-