Class SimpleEventCatalogArchiveBuilder
- java.lang.Object
-
- org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleEventCatalogArchiveBuilder
-
public class SimpleEventCatalogArchiveBuilder extends Object
SimpleEventCatalogArchiveBuilder provides event and topic metadata.
-
-
Constructor Summary
Constructors Constructor Description SimpleEventCatalogArchiveBuilder(String archiveRootName)Constructor pushes all archive header values to the superclass
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenMetadataArchivegetOpenMetadataArchive()Returns the open metadata type archive containing all the elements extracted from the connector providers of the featured open connectors.
-
-
-
Constructor Detail
-
SimpleEventCatalogArchiveBuilder
public SimpleEventCatalogArchiveBuilder(String archiveRootName)
Constructor pushes all archive header values to the superclass- Parameters:
archiveRootName- common name for the guid map
-
-
Method Detail
-
getOpenMetadataArchive
public 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
-
-