Class OrganizationInsightArchiveWriter
java.lang.Object
org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
org.odpi.openmetadata.contentpacks.core.organizationinsight.OrganizationInsightArchiveWriter
OrganizationInsightArchiveWriter creates an open metadata archive that includes the connectors that
gather organization insight.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
deployedImplementationTypeQNAMEsFields inherited from class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
archiveBuilder, archiveFileName, archiveGUID, archiveHelper, archiveLicense, archiveName, archiveType, guidMapFileName, originatorName, versionName -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor initializes the archive. -
Method Summary
Modifier and TypeMethodDescriptionvoidImplemented by subclass to add the content.static voidMain program to initiate the archive writer for the connector types for data store connectors supported by the Egeria project.Methods inherited from class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
addDataAssetCatalogTemplates, addDeployedImplementationType, addDigitalProductCatalogDefinition, addGovernanceActionType, addIntegrationConnectors, addIntegrationGroups, addRequestType, addSecretStoreConnection, addSoftwareServerCatalogTemplates, addSolutionBlueprints, addSolutionLinkingWires, addStepExecutor, addTabularDataSetCatalogTemplates, addTechnologyConnection, createAndCatalogAssetGovernanceActionProcess, createAndCatalogServerGovernanceActionProcess, createAndHarvestToAssetGovernanceActionProcess, createAndSurveyServerGovernanceActionProcess, createAsCatalogTargetGovernanceActionProcess, createDataAssetCatalogTemplate, createDataFileCatalogTemplate, createEndpointCatalogTemplate, createGovernanceEngines, createGovernanceServices, createHostCatalogTemplate, createRequestTypes, createSoftwareCapabilityCatalogTemplate, createSoftwareServerCatalogTemplate, createTabularDataSetCatalogTemplate, deleteAsCatalogTargetGovernanceActionProcess, getRequestTypeDefinition, writeOpenMetadataArchiveMethods inherited from class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
addValidMetadataValue, addValidMetadataValue, getOpenMetadataArchive, getParentSet, setArchiveBuilder, writeOpenMetadataArchiveMethods inherited from class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
getOpenMetadataArchiveFileConnection, writeOpenMetadataArchive, writeOpenMetadataArchive
-
Constructor Details
-
OrganizationInsightArchiveWriter
public OrganizationInsightArchiveWriter()Default constructor initializes the archive.
-
-
Method Details
-
getArchiveContent
public void getArchiveContent()Implemented by subclass to add the content.- Specified by:
getArchiveContentin classEgeriaBaseArchiveWriter
-
main
Main program to initiate the archive writer for the connector types for data store connectors supported by the Egeria project.- Parameters:
args- ignored
-