Package ca.uhn.fhir.jpa.mdm.svc
Class MdmLinkQuerySvcImplSvc
java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.MdmLinkQuerySvcImplSvc
- All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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> thePartitionIds, String theRequestResourceType) List<ca.uhn.fhir.mdm.api.MdmLinkWithRevisionJson>queryLinkHistory(ca.uhn.fhir.mdm.api.MdmHistorySearchParameters theMdmHistorySearchParameters) org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson>queryLinks(ca.uhn.fhir.mdm.api.MdmQuerySearchParameters theMdmQuerySearchParameters, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext) 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> thePartitionIds) Deprecated.
-
Constructor Details
-
MdmLinkQuerySvcImplSvc
public MdmLinkQuerySvcImplSvc()
-
-
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:
queryLinksin interfaceca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
-
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, List<Integer> thePartitionIds) Deprecated.- Specified by:
queryLinksin interfaceca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
-
queryLinks
@Transactional public org.springframework.data.domain.Page<ca.uhn.fhir.mdm.api.MdmLinkJson> queryLinks(ca.uhn.fhir.mdm.api.MdmQuerySearchParameters theMdmQuerySearchParameters, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmContext) - Specified by:
queryLinksin interfaceca.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:
getDuplicateGoldenResourcesin interfaceca.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> thePartitionIds, String theRequestResourceType) - Specified by:
getDuplicateGoldenResourcesin interfaceca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
-
queryLinkHistory
public List<ca.uhn.fhir.mdm.api.MdmLinkWithRevisionJson> queryLinkHistory(ca.uhn.fhir.mdm.api.MdmHistorySearchParameters theMdmHistorySearchParameters) - Specified by:
queryLinkHistoryin interfaceca.uhn.fhir.mdm.api.IMdmLinkQuerySvc
-