Uses of Class
ca.uhn.fhir.mdm.model.mdmevents.MdmLinkJson
Package
Description
-
Uses of MdmLinkJson in ca.uhn.fhir.mdm.api
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<MdmLinkJson> IMdmControllerSvc.getDuplicateGoldenResources
(MdmTransactionContext theMdmTransactionContext, MdmPageRequest thePageRequest) org.springframework.data.domain.Page
<MdmLinkJson> IMdmControllerSvc.getDuplicateGoldenResources
(MdmTransactionContext theMdmTransactionContext, MdmPageRequest thePageRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, String theRequestResourceType) org.springframework.data.domain.Page
<MdmLinkJson> IMdmLinkQuerySvc.getDuplicateGoldenResources
(MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest) org.springframework.data.domain.Page
<MdmLinkJson> IMdmLinkQuerySvc.getDuplicateGoldenResources
(MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest, List<Integer> thePartitionId, String theRequestResourceType) org.springframework.data.domain.Page
<MdmLinkJson> IMdmControllerSvc.queryLinks
(MdmQuerySearchParameters theMdmQuerySearchParameters, MdmTransactionContext theMdmTransactionContext, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) org.springframework.data.domain.Page
<MdmLinkJson> IMdmControllerSvc.queryLinks
(String theGoldenResourceId, String theSourceResourceId, String theMatchResult, String theLinkSource, MdmTransactionContext theMdmTransactionContext, MdmPageRequest thePageRequest) Deprecated.org.springframework.data.domain.Page
<MdmLinkJson> IMdmControllerSvc.queryLinks
(String theGoldenResourceId, String theSourceResourceId, String theMatchResult, String theLinkSource, MdmTransactionContext theMdmTransactionContext, MdmPageRequest thePageRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Deprecated.org.springframework.data.domain.Page
<MdmLinkJson> IMdmLinkQuerySvc.queryLinks
(MdmQuerySearchParameters theMdmQuerySearchParameters, MdmTransactionContext theMdmContext) org.springframework.data.domain.Page
<MdmLinkJson> IMdmLinkQuerySvc.queryLinks
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest) Deprecated.org.springframework.data.domain.Page
<MdmLinkJson> IMdmLinkQuerySvc.queryLinks
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceResourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmTransactionContext theMdmContext, MdmPageRequest thePageRequest, List<Integer> thePartitionId) Deprecated.org.springframework.data.domain.Page
<MdmLinkJson> IMdmControllerSvc.queryLinksFromPartitionList
(MdmQuerySearchParameters theMdmQuerySearchParameters, MdmTransactionContext theMdmTransactionContext) org.springframework.data.domain.Page
<MdmLinkJson> IMdmControllerSvc.queryLinksFromPartitionList
(String theGoldenResourceId, String theSourceResourceId, String theMatchResult, String theLinkSource, MdmTransactionContext theMdmTransactionContext, MdmPageRequest thePageRequest, List<Integer> thePartitionIds) Deprecated. -
Uses of MdmLinkJson in ca.uhn.fhir.mdm.api.paging
Modifier and TypeMethodDescriptionstatic MdmPageLinkTuple
MdmPageLinkBuilder.buildMdmPageLinks
(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theServletRequestDetails, org.springframework.data.domain.Page<MdmLinkJson> theCurrentPage, MdmPageRequest thePageRequest) Generates anMdmPageLinkTuple
which contains previous/self/next links for pagination purposes.static MdmPageLinkTuple
MdmPageLinkBuilder.buildMdmPageLinks
(String theUrlWithoutPaging, org.springframework.data.domain.Page<MdmLinkJson> theCurrentPage, MdmPageRequest thePageRequest) -
Uses of MdmLinkJson in ca.uhn.fhir.mdm.model.mdmevents
Modifier and TypeMethodDescriptionMdmLinkWithRevisionJson.getMdmLink()
MdmLinkJson.setCreated
(Date theCreated) MdmLinkJson.setEidMatch
(Boolean theEidMatch) MdmLinkJson.setGoldenResourceId
(String theGoldenResourceId) MdmLinkJson.setLinkCreatedNewResource
(Boolean theLinkCreatedNewResource) MdmLinkJson.setLinkSource
(MdmLinkSourceEnum theLinkSource) MdmLinkJson.setMatchResult
(MdmMatchResultEnum theMatchResult) MdmLinkJson.setSourceId
(String theSourceId) MdmLinkJson.setUpdated
(Date theUpdated) MdmLinkJson.setVersion
(String theVersion) ModifierConstructorDescriptionMdmLinkWithRevisionJson
(MdmLinkJson theMdmLink, Long theRevisionNumber, Date theRevisionTimestamp) -
Uses of MdmLinkJson in ca.uhn.fhir.mdm.provider
Modifier and TypeMethodDescriptionprotected void
BaseMdmProvider.addPagingParameters
(org.hl7.fhir.instance.model.api.IBaseParameters theParameters, org.springframework.data.domain.Page<MdmLinkJson> theCurrentPage, ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theServletRequestDetails, MdmPageRequest thePageRequest) protected org.hl7.fhir.instance.model.api.IBaseParameters
BaseMdmProvider.parametersFromMdmLinks
(org.springframework.data.domain.Page<MdmLinkJson> theMdmLinkStream, boolean theIncludeResultAndSource, ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theServletRequestDetails, MdmPageRequest thePageRequest)