Uses of Interface
ca.uhn.fhir.rest.api.server.IBundleProvider
Packages that use IBundleProvider
-
Uses of IBundleProvider in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IBundleProviderModifier and TypeClassDescriptionclassBundle provider that uses named pages instead of countsclassMethods in ca.uhn.fhir.rest.server that return IBundleProviderModifier and TypeMethodDescriptionstatic IBundleProviderBundleProviders.newEmptyList()Create a new unmodifiable empty resource list with the current time as the publish date.static IBundleProviderstatic IBundleProviderBundleProviders.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 IBundleProviderIPagingProvider.retrieveResultList(RequestDetails theRequestDetails, String theSearchId, String thePageId) Retrieve a result list by Search ID and Page IDMethods in ca.uhn.fhir.rest.server with parameters of type IBundleProviderModifier 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
Methods in ca.uhn.fhir.rest.server.method that return IBundleProviderModifier and TypeMethodDescriptionConformanceMethodBinding.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 IBundleProviderBaseMethodBinding.toResourceList(Object response)