
Package ca.uhn.fhir.rest.server.method
Class ResponsePage
java.lang.Object
ca.uhn.fhir.rest.server.method.ResponsePage
This is an intermediate record object that holds all the fields required to make the final bundle that will be returned to the client.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder for constructing ResponsePage objects. -
Method Summary
Modifier and TypeMethodDescriptionList<org.hl7.fhir.instance.model.api.IBaseResource> voidsetNextPageIfNecessary(ca.uhn.fhir.rest.api.BundleLinks theLinks) voidsetPreviousPageIfNecessary(ca.uhn.fhir.rest.api.BundleLinks theLinks) voidsetRequestedPage(RequestedPage theRequestedPage) voidsetResponseBundleRequest(ResponseBundleRequest theRequest) voidsetUseOffsetPaging(boolean theIsUsingOffsetPaging) intsize()
-
Method Details
-
size
-
getResourceList
-
setRequestedPage
-
getBundleProvider
-
setUseOffsetPaging
-
setResponseBundleRequest
-
setNextPageIfNecessary
-
setPreviousPageIfNecessary
-