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

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

  • Constructor Details

    • CategoryAnchorMapper

      public CategoryAnchorMapper(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.CategoryAnchor>
      Specified by:
      getTypeName in class RelationshipMapper<org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.CategoryAnchor>
      Returns:
      the omrs type name.
    • getRelationshipInstance

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