Uses of Class
ca.uhn.fhir.mdm.api.paging.MdmPageRequest
Package
Description
-
Uses of MdmPageRequest 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
(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
(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
(String theGoldenResourceId, String theSourceResourceId, String theMatchResult, String theLinkSource, MdmTransactionContext theMdmTransactionContext, MdmPageRequest thePageRequest, List<Integer> thePartitionIds) Deprecated. -
Uses of MdmPageRequest 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 MdmPageRequest in ca.uhn.fhir.mdm.api.params
Modifier and TypeMethodDescriptionvoid
MdmQuerySearchParameters.setPageRequest
(MdmPageRequest thePageRequest) ModifierConstructorDescriptionMdmQuerySearchParameters
(MdmPageRequest thePageRequest) MdmQuerySearchParameters
(String theGoldenResourceId, String theSourceId, String theMatchResult, String theLinkSource, MdmPageRequest thePageRequest, List<Integer> thePartitionIds, String theResourceType) Deprecated, for removal: This API element is subject to removal in a future version.MdmQuerySearchParameters
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmPageRequest thePageRequest, List<Integer> thePartitionIds, String theResourceType) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MdmPageRequest in ca.uhn.fhir.mdm.dao
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<M> IMdmLinkDao.search
(org.hl7.fhir.instance.model.api.IIdType theGoldenResourceId, org.hl7.fhir.instance.model.api.IIdType theSourceId, MdmMatchResultEnum theMatchResult, MdmLinkSourceEnum theLinkSource, MdmPageRequest thePageRequest, List<Integer> thePartitionId) Deprecated. -
Uses of MdmPageRequest 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)