Uses of Interface
ca.uhn.fhir.rest.api.server.IBundleProvider
-
Packages that use IBundleProvider Package Description ca.uhn.fhir.rest.server ca.uhn.fhir.rest.server.method -
-
Uses of IBundleProvider in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IBundleProvider Modifier and Type Class Description classBundleProviderWithNamedPagesBundle provider that uses named pages instead of countsclassSimpleBundleProviderMethods in ca.uhn.fhir.rest.server that return IBundleProvider Modifier and Type Method Description static IBundleProviderBundleProviders. newEmptyList()Create a new unmodifiable empty resource list with the current time as the publish date.static IBundleProviderBundleProviders. newList(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources)static IBundleProviderBundleProviders. newList(org.hl7.fhir.instance.model.api.IBaseResource theResource)IBundleProviderFifoMemoryPagingProvider. retrieveResultList(RequestDetails theRequest, String theId)IBundleProviderIPagingProvider. retrieveResultList(RequestDetails theRequestDetails, String theSearchId)Retrieve a result list by IDdefault IBundleProviderIPagingProvider. retrieveResultList(RequestDetails theRequestDetails, String theSearchId, String thePageId)Retrieve a result list by IDMethods in ca.uhn.fhir.rest.server with parameters of type IBundleProvider Modifier and Type Method Description StringFifoMemoryPagingProvider. storeResultList(RequestDetails theRequestDetails, IBundleProvider theList)StringIPagingProvider. 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 IBundleProvider Modifier and Type Method Description IBundleProviderConformanceMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)IBundleProviderHistoryMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)IBundleProviderReadMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)IBundleProviderSearchMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)protected IBundleProviderBaseMethodBinding. toResourceList(Object response)
-