Package ca.uhn.fhir.rest.server
Class BundleProviders
- java.lang.Object
-
- ca.uhn.fhir.rest.server.BundleProviders
-
public class BundleProviders extends Object
Utility methods for working withIBundleProvider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IBundleProvidernewEmptyList()Create a new unmodifiable empty resource list with the current time as the publish date.static IBundleProvidernewList(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources)static IBundleProvidernewList(org.hl7.fhir.instance.model.api.IBaseResource theResource)
-
-
-
Method Detail
-
newEmptyList
public static IBundleProvider newEmptyList()
Create a new unmodifiable empty resource list with the current time as the publish date.
-
newList
public static IBundleProvider newList(org.hl7.fhir.instance.model.api.IBaseResource theResource)
-
newList
public static IBundleProvider newList(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources)
-
-