Class MdmLinkUpdaterSvcImpl

java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.MdmLinkUpdaterSvcImpl
All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmLinkUpdaterSvc

public class MdmLinkUpdaterSvcImpl extends Object implements ca.uhn.fhir.mdm.api.IMdmLinkUpdaterSvc
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notDuplicateGoldenResource(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theTargetGoldenResource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext)
     
    org.hl7.fhir.instance.model.api.IAnyResource
    updateLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • updateLink

      @Transactional public org.hl7.fhir.instance.model.api.IAnyResource updateLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext)
      Specified by:
      updateLink in interface ca.uhn.fhir.mdm.api.IMdmLinkUpdaterSvc
    • notDuplicateGoldenResource

      @Transactional public void notDuplicateGoldenResource(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theTargetGoldenResource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext)
      Specified by:
      notDuplicateGoldenResource in interface ca.uhn.fhir.mdm.api.IMdmLinkUpdaterSvc