
Uses of Class
ca.uhn.fhir.mdm.api.paging.MdmPageRequest
Packages that use MdmPageRequest
Package
Description
-
Uses of MdmPageRequest in ca.uhn.fhir.mdm.api
Methods in ca.uhn.fhir.mdm.api with parameters of type MdmPageRequestModifier 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
Methods in ca.uhn.fhir.mdm.api.paging with parameters of type MdmPageRequestModifier and TypeMethodDescriptionstatic MdmPageLinkTupleMdmPageLinkBuilder.buildMdmPageLinks(ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theServletRequestDetails, org.springframework.data.domain.Page<MdmLinkJson> theCurrentPage, MdmPageRequest thePageRequest) Generates anMdmPageLinkTuplewhich contains previous/self/next links for pagination purposes.static MdmPageLinkTupleMdmPageLinkBuilder.buildMdmPageLinks(String theUrlWithoutPaging, org.springframework.data.domain.Page<MdmLinkJson> theCurrentPage, MdmPageRequest thePageRequest) -
Uses of MdmPageRequest in ca.uhn.fhir.mdm.api.params
Methods in ca.uhn.fhir.mdm.api.params that return MdmPageRequestMethods in ca.uhn.fhir.mdm.api.params with parameters of type MdmPageRequestModifier and TypeMethodDescriptionvoidMdmQuerySearchParameters.setPageRequest(MdmPageRequest thePageRequest) Constructors in ca.uhn.fhir.mdm.api.params with parameters of type MdmPageRequestModifierConstructorDescriptionMdmQuerySearchParameters(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
Methods in ca.uhn.fhir.mdm.dao with parameters of type MdmPageRequestModifier 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
Methods in ca.uhn.fhir.mdm.provider with parameters of type MdmPageRequestModifier and TypeMethodDescriptionprotected voidBaseMdmProvider.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.IBaseParametersBaseMdmProvider.parametersFromMdmLinks(org.springframework.data.domain.Page<MdmLinkJson> theMdmLinkStream, boolean theIncludeResultAndSource, ca.uhn.fhir.rest.server.servlet.ServletRequestDetails theServletRequestDetails, MdmPageRequest thePageRequest)