Class CategoryAnchorMapper
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper<CategoryAnchor>
-
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
- All Implemented Interfaces:
IRelationshipMapper<CategoryAnchor>,Mapper<Relationship,CategoryAnchor>
public class CategoryAnchorMapper extends RelationshipMapper<CategoryAnchor>
Mapping methods to map between the categoryAnchor and the equivalent omrs Relationship.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORY_ANCHOR-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
genericHandler, repositoryHelper
-
-
Constructor Summary
Constructors Constructor Description CategoryAnchorMapper(OpenMetadataAPIGenericHandler genericHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CategoryAnchorgetRelationshipInstance()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
-
CATEGORY_ANCHOR
public static final String CATEGORY_ANCHOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CategoryAnchorMapper
public CategoryAnchorMapper(OpenMetadataAPIGenericHandler genericHandler)
-
-
Method Detail
-
getTypeName
public String getTypeName()
Description copied from class:RelationshipMapperget type name- Specified by:
getTypeNamein interfaceMapper<Relationship,CategoryAnchor>- Specified by:
getTypeNamein classRelationshipMapper<CategoryAnchor>- Returns:
- the omrs type name.
-
getRelationshipInstance
protected CategoryAnchor getRelationshipInstance()
-
-