Class SimpleEventCatalogArchiveBuilder
java.lang.Object
org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleEventCatalogArchiveBuilder
SimpleEventCatalogArchiveBuilder provides event and topic metadata.
-
Constructor Summary
ConstructorDescriptionSimpleEventCatalogArchiveBuilder
(String archiveName, String archiveRootName) Constructor pushes all archive header values to the superclassSimpleEventCatalogArchiveBuilder
(OMRSArchiveBuilder archiveBuilder, SimpleCatalogArchiveHelper archiveHelper) Construct the builder using a shared archive builder and helper. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Fills the archive builder with all the elements for this catalog.Returns the open metadata type archive containing all the elements extracted from the connector providers of the featured open connectors.
-
Constructor Details
-
SimpleEventCatalogArchiveBuilder
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(OMRSArchiveBuilder archiveBuilder, SimpleCatalogArchiveHelper archiveHelper) Construct the builder using a shared archive builder and helper. Used to create a combination archive.- Parameters:
archiveBuilder
- archive builderarchiveHelper
- archive helper
-
-
Method Details
-
fillBuilder
public void fillBuilder()Fills the archive builder with all the elements for this catalog. -
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
-