java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor>
org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
All Implemented Interfaces:
IRelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor>, Mapper<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship,org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor>

public class TermAnchorMapper extends RelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor>
Mapping methods to map between the termAnchor and the equivalent omrs Relationship.
  • Field Details

  • Constructor Details

    • TermAnchorMapper

      public TermAnchorMapper(org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler genericHandler)
  • Method Details

    • getTypeName

      public String getTypeName()
      Description copied from class: RelationshipMapper
      get type name
      Specified by:
      getTypeName in interface Mapper<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship,org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor>
      Specified by:
      getTypeName in class RelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor>
      Returns:
      the omrs type name.
    • getRelationshipInstance

      protected org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TermAnchor getRelationshipInstance()