Uses of Interface
ca.uhn.fhir.rest.api.server.IBundleProvider
Package
Description
-
Uses of IBundleProvider in ca.uhn.fhir.rest.server
Modifier and TypeClassDescriptionclass
Bundle provider that uses named pages instead of countsclass
Modifier and TypeMethodDescriptionstatic IBundleProvider
BundleProviders.newEmptyList()
Create a new unmodifiable empty resource list with the current time as the publish date.static IBundleProvider
static IBundleProvider
BundleProviders.newList
(org.hl7.fhir.instance.model.api.IBaseResource theResource) FifoMemoryPagingProvider.retrieveResultList
(RequestDetails theRequest, String theId) IPagingProvider.retrieveResultList
(RequestDetails theRequestDetails, String theSearchId) Retrieve a result list by Search IDdefault IBundleProvider
IPagingProvider.retrieveResultList
(RequestDetails theRequestDetails, String theSearchId, String thePageId) Retrieve a result list by Search ID and Page IDModifier and TypeMethodDescriptionFifoMemoryPagingProvider.storeResultList
(RequestDetails theRequestDetails, IBundleProvider theList) IPagingProvider.storeResultList
(RequestDetails theRequestDetails, IBundleProvider theList) Stores a result list and returns an ID with which that list can be returned -
Uses of IBundleProvider in ca.uhn.fhir.rest.server.method
Modifier and TypeFieldDescriptionfinal IBundleProvider
ResponseBundleRequest.bundleProvider
The bundle provider that will be used as the source of resources for the returned bundle.Modifier and TypeMethodDescriptionResponsePage.getBundleProvider()
ConformanceMethodBinding.invokeServer
(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) HistoryMethodBinding.invokeServer
(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) ReadMethodBinding.invokeServer
(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) SearchMethodBinding.invokeServer
(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) protected IBundleProvider
BaseMethodBinding.toResourceList
(Object response) Modifier and TypeMethodDescriptionstatic int
OffsetCalculator.calculateOffset
(RequestDetails theRequest, IBundleProvider theBundleProvider) Calculate the offset into the list of resources that should be used to create the returned bundle.ResponsePage.ResponsePageBuilder.setBundleProvider
(IBundleProvider theBundleProvider) ModifierConstructorDescriptionResponseBundleRequest
(IRestfulServer<?> theServer, IBundleProvider theBundleProvider, RequestDetails theRequest, int theOffset, Integer theLimit, String theLinkSelf, Set<ca.uhn.fhir.model.api.Include> theIncludes, ca.uhn.fhir.model.valueset.BundleTypeEnum theBundleType, String theSearchId) -
Uses of IBundleProvider in ca.uhn.fhir.rest.server.provider
Modifier and TypeMethodDescriptionHashMapResourceProvider.searchAll
(RequestDetails theRequestDetails)