Class MdmLinkQuerySvcImplSvc

java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.MdmLinkQuerySvcImplSvc
All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmLinkQuerySvc

public class MdmLinkQuerySvcImplSvc extends Object implements ca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson>
    getDuplicateGoldenResources(ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest)
     
    org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson>
    getDuplicateGoldenResources(ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest, List<Integer> thePartitionId)
     
    org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson>
    queryLinks(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest)
    Deprecated.
    org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson>
    queryLinks(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest, List<Integer> thePartitionId)
     

    Methods inherited from class java.lang.Object

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

  • Method Details

    • queryLinks

      @Deprecated @Transactional public org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson> queryLinks(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest)
      Deprecated.
      Specified by:
      queryLinks in interface ca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
    • queryLinks

      @Transactional public org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson> queryLinks(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, ca.uhn.fhir.mdm.api.MdmMatchResultEnum theMatchResult, ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest, List<Integer> thePartitionId)
      Specified by:
      queryLinks in interface ca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
    • getDuplicateGoldenResources

      @Transactional public org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson> getDuplicateGoldenResources(ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest)
      Specified by:
      getDuplicateGoldenResources in interface ca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
    • getDuplicateGoldenResources

      @Transactional public org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson> getDuplicateGoldenResources(ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext, ca.uhn.fhir.mdm.api.paging.MdmPageRequest thePageRequest, List<Integer> thePartitionId)
      Specified by:
      getDuplicateGoldenResources in interface ca.uhn.fhir.mdm.api.IMdmLinkQuerySvc