Package org.odpi.openmetadata.opentypes
Class OpenMetadataTypesArchive2_6
java.lang.Object
org.odpi.openmetadata.opentypes.OpenMetadataTypesArchive2_6
OpenMetadataTypesArchive builds an open metadata archive containing all of the standard open metadata types.
These types have hardcoded dates and guids so that however many times this archive is rebuilt, it will
produce the same content.
Details of the open metadata types are documented on the wiki: The Open Metadata Type System
There are 8 areas, each covering a different topic area of metadata. The module breaks down the process of creating the models into the areas and then the individual models to simplify the maintenance of this class
-
Constructor Summary
ConstructorDescriptionDefault constructor sets up the archive builder.OpenMetadataTypesArchive2_6
(OMRSArchiveBuilder archiveBuilder) Chained constructor sets up the archive builder. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add types for duplicate processingvoid
Add incident reportsvoid
Add instance metadata classificationReturn the unique identifier for this archive.Returns the open metadata type archive containing all of the standard open metadata types.void
Add the types from this archive to the archive builder supplied in the constructor.void
-
Constructor Details
-
OpenMetadataTypesArchive2_6
public OpenMetadataTypesArchive2_6()Default constructor sets up the archive builder. This in turn sets up the header for the archive. -
OpenMetadataTypesArchive2_6
Chained constructor sets up the archive builder. This in turn sets up the header for the archive.- Parameters:
archiveBuilder
- accumulator for types
-
-
Method Details
-
getArchiveGUID
Return the unique identifier for this archive.- Returns:
- String guid
-
getOpenMetadataArchive
Returns the open metadata type archive containing all of the standard open metadata types.- Returns:
- populated open metadata archive object
-
getOriginalTypes
public void getOriginalTypes()Add the types from this archive to the archive builder supplied in the constructor. -
update0460GovernanceExecutionPoints
public void update0460GovernanceExecutionPoints() -
add0465DuplicateProcessing
public void add0465DuplicateProcessing()Add types for duplicate processing -
add0470IncidentReports
public void add0470IncidentReports()Add incident reports -
add0550InstanceMetadata
public void add0550InstanceMetadata()Add instance metadata classification
-