
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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classA builder for constructing ResponsePage objects.
- 
Method SummaryModifier 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
 
-