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
Modifier and TypeClassDescriptionstatic class
A builder for constructing ResponsePage objects. -
Method Summary
Modifier and TypeMethodDescriptionList
<org.hl7.fhir.instance.model.api.IBaseResource> void
setNextPageIfNecessary
(ca.uhn.fhir.rest.api.BundleLinks theLinks) void
setPreviousPageIfNecessary
(ca.uhn.fhir.rest.api.BundleLinks theLinks) void
setRequestedPage
(RequestedPage theRequestedPage) void
setResponseBundleRequest
(ResponseBundleRequest theRequest) void
setUseOffsetPaging
(boolean theIsUsingOffsetPaging) int
size()
-
Method Details
-
size
-
getResourceList
-
setRequestedPage
-
getBundleProvider
-
setUseOffsetPaging
-
setResponseBundleRequest
-
setNextPageIfNecessary
-
setPreviousPageIfNecessary
-