Class SimpleAPICatalogArchiveBuilder
java.lang.Object
org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleAPICatalogArchiveBuilder
SimpleAPICatalogArchiveBuilder provides API metadata.
-
Constructor Summary
ConstructorDescriptionSimpleAPICatalogArchiveBuilder
(String archiveName, String archiveRootName) Constructor pushes all archive header values to the superclassSimpleAPICatalogArchiveBuilder
(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 for this catalog.
-
Constructor Details
-
SimpleAPICatalogArchiveBuilder
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.
-
SimpleAPICatalogArchiveBuilder
public SimpleAPICatalogArchiveBuilder(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 for this catalog.- Returns:
- populated open metadata archive object
-