
Uses of Class
ca.uhn.fhir.util.bundle.ModifiableBundleEntry
Packages that use ModifiableBundleEntry
-
Uses of ModifiableBundleEntry in ca.uhn.fhir.util
Method parameters in ca.uhn.fhir.util with type arguments of type ModifiableBundleEntryModifier and TypeMethodDescriptionstatic void
BundleUtil.processEntries
(FhirContext theContext, IBaseBundle theBundle, Consumer<ModifiableBundleEntry> theProcessor) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ModifiableBundleEntry in ca.uhn.fhir.util.bundle
Methods in ca.uhn.fhir.util.bundle with parameters of type ModifiableBundleEntryModifier and TypeMethodDescriptionvoid
EntryListAccumulator.accept
(ModifiableBundleEntry theModifiableBundleEntry)
BundleUtil.processAllEntries(FhirContext, IBaseBundle, Consumer)
instead