Class SimpleGovernanceCatalogArchiveBuilder
java.lang.Object
org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleGovernanceCatalogArchiveBuilder
SimpleEventCatalogArchiveBuilder provides governance metadata.
-
Constructor Summary
ConstructorDescriptionSimpleGovernanceCatalogArchiveBuilder
(String archiveName, String archiveRootName, List<OpenMetadataArchive> dependentArchives) Constructor pushes all archive header values to the superclassSimpleGovernanceCatalogArchiveBuilder
(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 for this catalog.
-
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.
-
SimpleGovernanceCatalogArchiveBuilder
public SimpleGovernanceCatalogArchiveBuilder(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 for this catalog.- Returns:
- populated open metadata archive object
-