Class TermAnchorMapper
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper<TermAnchor>
-
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
-
- All Implemented Interfaces:
IRelationshipMapper<TermAnchor>,Mapper<Relationship,TermAnchor>
public class TermAnchorMapper extends RelationshipMapper<TermAnchor>
Mapping methods to map between the termAnchor and the equivalent omrs Relationship.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTERM_ANCHOR-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
genericHandler, repositoryHelper
-
-
Constructor Summary
Constructors Constructor Description TermAnchorMapper(OpenMetadataAPIGenericHandler genericHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TermAnchorgetRelationshipInstance()StringgetTypeName()get type name-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
getTypeDefGuid, map, map, mapEnumToRelationship, mapInstancePropertiesToRelationship, mapMapToRelationship, mapPrimitiveToRelationship, mapRelationshipToInstanceProperties
-
-
-
-
Field Detail
-
TERM_ANCHOR
public static final String TERM_ANCHOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TermAnchorMapper
public TermAnchorMapper(OpenMetadataAPIGenericHandler genericHandler)
-
-
Method Detail
-
getTypeName
public String getTypeName()
Description copied from class:RelationshipMapperget type name- Specified by:
getTypeNamein interfaceMapper<Relationship,TermAnchor>- Specified by:
getTypeNamein classRelationshipMapper<TermAnchor>- Returns:
- the omrs type name.
-
getRelationshipInstance
protected TermAnchor getRelationshipInstance()
-
-