Class CategoryHierarchyLinkMapper
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>
org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
- All Implemented Interfaces:
IRelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>,Mapper<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship,org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>
public class CategoryHierarchyLinkMapper
extends RelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>
Mapping methods to map between the categoryHierarchyLink and the equivalent omrs Relationship.
-
Field Summary
FieldsFields inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
genericHandler, repositoryHelper -
Constructor Summary
ConstructorsConstructorDescriptionCategoryHierarchyLinkMapper(org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler genericHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLinkGet the TypeDefName associated with this RelationshipMethods inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
getTypeDefGuid, map, map, mapEnumToRelationship, mapInstancePropertiesToRelationship, mapMapToRelationship, mapPrimitiveToRelationship, mapRelationshipToInstanceProperties
-
Field Details
-
CATEGORY_HIERARCHY_LINK
- See Also:
-
-
Constructor Details
-
CategoryHierarchyLinkMapper
public CategoryHierarchyLinkMapper(org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler genericHandler)
-
-
Method Details
-
getTypeName
Get the TypeDefName associated with this Relationship- Specified by:
getTypeNamein interfaceMapper<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship,org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink> - Specified by:
getTypeNamein classRelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink>- Returns:
- name of the type def
-
getRelationshipInstance
protected org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryHierarchyLink getRelationshipInstance()
-