Package ca.uhn.fhir.rest.server
Class BundleProviders
java.lang.Object
ca.uhn.fhir.rest.server.BundleProviders
Utility methods for working with
IBundleProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic IBundleProvider
Create a new unmodifiable empty resource list with the current time as the publish date.static IBundleProvider
static IBundleProvider
newList
(org.hl7.fhir.instance.model.api.IBaseResource theResource)
-
Method Details
-
newEmptyList
Create a new unmodifiable empty resource list with the current time as the publish date. -
newList
-
newList
public static IBundleProvider newList(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources)
-