Uses of Class
ca.uhn.fhir.mdm.api.paging.MdmPageLinkTuple
-
Uses of MdmPageLinkTuple 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)