Interface IRelationshipMapper<R extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>

All Superinterfaces:
Mapper<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship,R>
All Known Implementing Classes:
AntonymMapper, CategoryAnchorMapper, CategoryHierarchyLinkMapper, IsARelationshipMapper, IsATypeOfMapper, PreferredTermMapper, ProjectScopeMapper, RelatedTermMapper, RelationshipMapper, ReplacementTermMapper, SemanticAssignmentMapper, SynonymMapper, TermAnchorMapper, TermCategorizationMapper, TermHasARelationshipMapper, TermIsATypeOfRelationshipDeprecatedMapper, TermTypedByRelationshipMapper, TranslationMapper, UsedInContextMapper, ValidValueMapper

public interface IRelationshipMapper<R extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship> extends Mapper<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship,R>
Interface for mapping between a Subject Area OMAS Relationship to an OMRS Relationship
  • Method Summary

    Modifier and Type
    Method
    Description
    map(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship relationship)
    Map from an OMRS Relationship to a Subject Area OMAS relationship
    org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship
    map(R relationship)
    Map from a Subject Area OMAS relationship to an OMRS Relationship

    Methods inherited from interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.Mapper

    getTypeDefGuid, getTypeName
  • Method Details

    • map

      R map(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship relationship)
      Map from an OMRS Relationship to a Subject Area OMAS relationship
      Specified by:
      map in interface Mapper<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship,R extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>
      Parameters:
      relationship - OMRS relationships
      Returns:
      Subject Area OMAS relationship
    • map

      org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship map(R relationship) throws org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException
      Map from a Subject Area OMAS relationship to an OMRS Relationship
      Specified by:
      map in interface Mapper<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship,R extends org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>
      Parameters:
      relationship - a Subject Area OMAS relationship
      Returns:
      an OMRS Relationship
      Throws:
      org.odpi.openmetadata.commonservices.ffdc.exceptions.InvalidParameterException