
Package ca.uhn.fhir.util
Interface FhirPatchBuilder.IDeleteStepAfter
- All Superinterfaces:
FhirPatchBuilder.IStepComplete
- Enclosing class:
- FhirPatchBuilder
-
Method Summary
Modifier and TypeMethodDescriptionMarks this operation as allowing multiple matches to be deleted.Methods inherited from interface ca.uhn.fhir.util.FhirPatchBuilder.IStepComplete
andThen
-
Method Details
-
allowMultipleMatches
Marks this operation as allowing multiple matches to be deleted. Per the FHIR Patch specification, it is an error for the path to match multiple elements. This method prevents the existence of multiple matches from causing an error, and deletes all matches.Note: This method adds a HAPI FHIR-specific parameter to the patch document and may not work on other implementations.
-