Class BundleProviderUtil

java.lang.Object
ca.uhn.fhir.jpa.repository.BundleProviderUtil

public class BundleProviderUtil extends Object
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 Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)