| Class | Description |
|---|---|
| AssetSchemaTypeMapper |
Singleton to map the OMRS "AssetSchemaType" relationship.
|
| AssetSchemaTypeMapper_DatabaseSchema |
Singleton to map the OMRS "AssetSchemaType" relationship for IGC "database_schema" assets.
|
| AssetSchemaTypeMapper_FileRecord |
Singleton to map the OMRS "AssetSchemaType" relationship between IGC "data_file" and "data_file_record" objects.
|
| AttachedTagMapper |
Singleton to map the OMRS "AttachedTag" relationship for IGC "label" assets.
|
| AttributeForSchemaMapper |
Singleton to map the OMRS "AttributeForSchemaMapper" relationship.
|
| AttributeForSchemaMapper_RecordField |
Singleton to map the OMRS "AttributeForSchema" relationship between IGC "data_file_record" and "data_file_field" assets.
|
| AttributeForSchemaMapper_TableColumn |
Singleton to map the OMRS "AttributeForSchema" relationship between IGC "database_table" and "database_column" assets.
|
| AttributeForSchemaMapper_TableSchema |
Singleton to map the OMRS "AttributeForSchema" relationship between IGC "database_schema" and "database_table" assets.
|
| CategoryHierarchyLinkMapper |
Singleton to map the OMRS "CategoryHierarchyLink" relationship for IGC "category" assets.
|
| ConnectionConnectorTypeMapper |
Singleton to map the OMRS "ConnectionConnectorType" relationship between IGC "data_connection" and "connector" assets.
|
| ConnectionEndpointMapper |
Singleton to map the OMRS "ConnectionEndpoint" relationship between IGC "host" and "data_connection" assets
(via "connector" assets where needed).
|
| ConnectionToAssetMapper |
Singleton to map the OMRS "ConnectionToAsset" relationship.
|
| ConnectionToAssetMapper_Database |
Singleton to map the OMRS "ConnectionToAsset" relationship between IGC "data_connection" and "database" assets.
|
| ConnectionToAssetMapper_FileFolder |
Singleton to map the OMRS "ConnectionToAssetMapper" relationship between IGC "data_connection" and "data_file_folder" assets.
|
| ContactThroughMapper |
Singleton to map the OMRS "ContactThrough" relationship.
|
| ContactThroughMapper_Person |
Singleton to map the OMRS "ContactThrough" relationship for IGC "user" assets.
|
| ContactThroughMapper_Team |
Singleton to map the OMRS "ContactThrough" relationship for IGC "group" assets.
|
| DataClassAssignmentMapper |
Singleton to map the OMRS "DataClassAssignment" relationship for IGC "data_class" assets, including both
detected and selected classifications, and the additional details on IGC "classification" assets.
|
| DataClassHierarchyMapper |
Singleton to map the OMRS "DataClassHierarchy" relationship for IGC "data_class" assets.
|
| DataContentForDataSetMapper |
Singleton to map the OMRS "DataContentForDataSet" relationship between IGC "database" and "database_schema" assets.
|
| FolderHierarchyMapper |
Singleton to map the OMRS "FolderHierarchy" relationship for IGC "data_file_folder" assets.
|
| ForeignKeyMapper |
Singleton to map the OMRS "ForeignKey" relationship for IGC "database_column" assets.
|
| GovernancePolicyLinkMapper |
Singleton to map the OMRS "GovernancePolicyLink" relationship for IGC "information_governance_policy" assets.
|
| NestedFileMapper |
Singleton to map the OMRS "NestedFile" relationship between IGC "data_file_folder" and "data_file" assets.
|
| RelatedTermMapper |
Singleton to map the OMRS "RelatedTerm" relationship for IGC "term" assets.
|
| RelationshipMapping |
Provides the base class for all relationship mappings, as well as base methods for calculating the transformed
relationships.
|
| ReplacementTermMapper |
Singleton to map the OMRS "ReplacementTerm" relationship for IGC "term" assets.
|
| SchemaAttributeTypeMapper |
Singleton to map the OMRS "SchemaAttributeType" relationship.
|
| SchemaAttributeTypeMapper_DatabaseColumn |
Singleton to map the OMRS "SchemaAttributeType" relationship for IGC "database_column" assets.
|
| SchemaAttributeTypeMapper_DatabaseTable |
Singleton to map the OMRS "SchemaAttributeType" relationship for IGC "database_table" assets.
|
| SchemaAttributeTypeMapper_FileField |
Singleton to map the OMRS "SchemaAttributeType" relationship for IGC "data_file_field" assets.
|
| SemanticAssignmentMapper |
Singleton to map the OMRS "SemanticAssignment" relationship for IGC "term" assets.
|
| SynonymMapper |
Singleton to map the OMRS "Synonym" relationship for IGC "term" assets.
|
| TermCategorizationMapper |
Singleton to map the OMRS "TermCategorization" relationship between IGC "category" and "term" assets.
|
| TermHASARelationshipMapper |
Singleton to map the OMRS "TermHASARelationship" relationship for IGC "term" assets.
|
| TermISATypeOFRelationshipMapper |
Singleton to map the OMRS "TermISATypeOFRelationship" relationship for IGC "term" assets.
|
| TranslationMapper |
Singleton to map the OMRS "Translation" relationship for IGC "term" assets.
|
| Enum | Description |
|---|---|
| RelationshipMapping.OptimalStart |
The optimal endpoint from which to retrieve the relationship:
- ONE = from ProxyOne
- TWO = from ProxyTwo
- OPPOSITE = from whichever Proxy does not match the entity for which relationships are being retrieved
- CUSTOM = must be custom implemented via a complexRelationshipMappings method
|
Copyright © 2018–2019 ODPi. All rights reserved.