Class CategoryHierarchyLinkMapper
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper<CategoryHierarchyLink>
-
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
- All Implemented Interfaces:
IRelationshipMapper<CategoryHierarchyLink>,Mapper<Relationship,CategoryHierarchyLink>
public class CategoryHierarchyLinkMapper extends RelationshipMapper<CategoryHierarchyLink>
Mapping methods to map between the categoryHierarchyLink and the equivalent omrs Relationship.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORY_HIERARCHY_LINK-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
genericHandler, repositoryHelper
-
-
Constructor Summary
Constructors Constructor Description CategoryHierarchyLinkMapper(OpenMetadataAPIGenericHandler genericHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CategoryHierarchyLinkgetRelationshipInstance()StringgetTypeName()Get the TypeDefName associated with this Relationship-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
getTypeDefGuid, map, map, mapEnumToRelationship, mapInstancePropertiesToRelationship, mapMapToRelationship, mapPrimitiveToRelationship, mapRelationshipToInstanceProperties
-
-
-
-
Field Detail
-
CATEGORY_HIERARCHY_LINK
public static final String CATEGORY_HIERARCHY_LINK
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CategoryHierarchyLinkMapper
public CategoryHierarchyLinkMapper(OpenMetadataAPIGenericHandler genericHandler)
-
-
Method Detail
-
getTypeName
public String getTypeName()
Get the TypeDefName associated with this Relationship- Specified by:
getTypeNamein interfaceMapper<Relationship,CategoryHierarchyLink>- Specified by:
getTypeNamein classRelationshipMapper<CategoryHierarchyLink>- Returns:
- name of the type def
-
getRelationshipInstance
protected CategoryHierarchyLink getRelationshipInstance()
-
-