
Uses of Class
ca.uhn.fhir.mdm.model.mdmevents.MdmLinkJson
Packages that use MdmLinkJson
Package
Description
-
Uses of MdmLinkJson in ca.uhn.fhir.mdm.api
Methods in ca.uhn.fhir.mdm.api that return types with arguments of type MdmLinkJsonModifier 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
Method parameters in ca.uhn.fhir.mdm.api.paging with type arguments of type MdmLinkJsonModifier 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
Methods in ca.uhn.fhir.mdm.model.mdmevents that return MdmLinkJsonModifier 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) Methods in ca.uhn.fhir.mdm.model.mdmevents that return types with arguments of type MdmLinkJsonMethods in ca.uhn.fhir.mdm.model.mdmevents with parameters of type MdmLinkJsonMethod parameters in ca.uhn.fhir.mdm.model.mdmevents with type arguments of type MdmLinkJsonConstructors in ca.uhn.fhir.mdm.model.mdmevents with parameters of type MdmLinkJsonModifierConstructorDescriptionMdmLinkWithRevisionJson
(MdmLinkJson theMdmLink, Long theRevisionNumber, Date theRevisionTimestamp) -
Uses of MdmLinkJson in ca.uhn.fhir.mdm.provider
Method parameters in ca.uhn.fhir.mdm.provider with type arguments of type MdmLinkJsonModifier 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)