
Package ca.uhn.fhir.jpa.repository
Class BundleProviderUtil
java.lang.Object
ca.uhn.fhir.jpa.repository.BundleProviderUtil
This class pulls existing methods from the BaseResourceReturningMethodBinding class used for taking
the results of a BundleProvider and turning it into a Bundle. It is intended to be used only by the
HapiFhirRepository.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.instance.model.api.IBaseResource
createBundleFromBundleProvider
(ca.uhn.fhir.rest.api.server.IRestfulServer<?> theServer, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, Integer theLimit, String theLinkSelf, Set<ca.uhn.fhir.model.api.Include> theIncludes, ca.uhn.fhir.rest.api.server.IBundleProvider theResult, int theOffset, ca.uhn.fhir.model.valueset.BundleTypeEnum theBundleType, String theSearchId)
-
Method Details
-
createBundleFromBundleProvider
public static org.hl7.fhir.instance.model.api.IBaseResource createBundleFromBundleProvider(ca.uhn.fhir.rest.api.server.IRestfulServer<?> theServer, ca.uhn.fhir.rest.api.server.RequestDetails theRequest, Integer theLimit, String theLinkSelf, Set<ca.uhn.fhir.model.api.Include> theIncludes, ca.uhn.fhir.rest.api.server.IBundleProvider theResult, int theOffset, ca.uhn.fhir.model.valueset.BundleTypeEnum theBundleType, String theSearchId)
-