
Uses of Class
ca.uhn.fhir.util.bundle.ModifiableBundleEntryParts
Packages that use ModifiableBundleEntryParts
-
Uses of ModifiableBundleEntryParts in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return types with arguments of type ModifiableBundleEntryPartsModifier and TypeMethodDescriptionstatic List
<ModifiableBundleEntryParts> BundleUtil.toListOfEntriesModifiable
(FhirContext theContext, IBaseBundle theBundle) Returns a list of entries in the Bundle with a modifiable type that can be used to manipulate the entries.Method parameters in ca.uhn.fhir.util with type arguments of type ModifiableBundleEntryPartsModifier and TypeMethodDescriptionstatic void
BundleUtil.processAllEntries
(FhirContext theContext, IBaseBundle theBundle, Consumer<ModifiableBundleEntryParts> theEntryConsumer) Invokes a consumer for each entry in the Bundle, passing aModifiableBundleEntryParts
which contains a version-independent means of accessing and modifiing each entry