Class SimpleGovernanceCatalogArchiveBuilder
- java.lang.Object
-
- org.odpi.openmetadata.archiveutilities.catalogbuilder.CatalogTypesArchiveBuilder
-
- org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleGovernanceCatalogArchiveBuilder
-
public class SimpleGovernanceCatalogArchiveBuilder extends CatalogTypesArchiveBuilder
SimpleEventCatalogArchiveBuilder provides event and topic metadata.
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.archiveutilities.catalogbuilder.CatalogTypesArchiveBuilder
API_HEADER_TYPE_NAME, API_REQUEST_TYPE_NAME, API_RESPONSE_TYPE_NAME, idToGUIDMap
-
-
Constructor Summary
Constructors Constructor Description SimpleGovernanceCatalogArchiveBuilder(List<OpenMetadataArchive> dependentArchives)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 of the elements extracted from the connector providers of the featured open connectors.-
Methods inherited from class org.odpi.openmetadata.archiveutilities.catalogbuilder.CatalogTypesArchiveBuilder
addAPIOperation, addAPIParameterList, addAsset, addAttributeForSchemaType, addAttributeToBead, addCategory, addCategoryHierarchy, addCategoryToCategory, addConceptBead, addConceptBeadAttribute, addConceptBeadLink, addConceptModelElement, addConnection, addConnectorCategory, addConnectorType, addConnectorType, addConnectorTypeDirectory, addDataContentForDataSet, addDesignModel, addDesignModelGroup, addEndpoint, addGlossary, addHasARelationship, addIsATypeOfRelationship, addLinkToBead, addMoreInformationLink, addNestedSchemaAttribute, addRelatedTermRelationship, addSchemaAttribute, addSchemaTypeOption, addTerm, addTerm, addTopLevelSchemaType, linkTermToReferenceable, logBadArchiveContent
-
-
-
-
Constructor Detail
-
SimpleGovernanceCatalogArchiveBuilder
public SimpleGovernanceCatalogArchiveBuilder(List<OpenMetadataArchive> dependentArchives)
Constructor pushes all archive header values to the superclass- Parameters:
dependentArchives- previously created archives that are needed for reference.
-
-
Method Detail
-
getOpenMetadataArchive
public OpenMetadataArchive getOpenMetadataArchive()
Returns the open metadata type archive containing all of the elements extracted from the connector providers of the featured open connectors.- Overrides:
getOpenMetadataArchivein classCatalogTypesArchiveBuilder- Returns:
- populated open metadata archive object
-
-