Uses of Class
org.openehealth.ipf.commons.ihe.fhir.AbstractBundleProvider
Packages that use AbstractBundleProvider
-
Uses of AbstractBundleProvider in org.openehealth.ipf.commons.ihe.fhir
Subclasses of AbstractBundleProvider in org.openehealth.ipf.commons.ihe.fhirModifier and TypeClassDescriptionclassSimple Bundle provider that fetches ALL results and caches them as soon as one ofEagerBundleProvider.size()orEagerBundleProvider.getResources(int, int)is called.classBundle provider that requests information from theRequestConsumeron request: If only the size of the result set is requested, the request will contain an additional empty message header namedConstants.FHIR_REQUEST_SIZE_ONLY, and the response is expected to populate this header with the result size as integer value.