From 19c0b4fdd25fc853a2ee9b8e2ca02a9336ee113f Mon Sep 17 00:00:00 2001 From: Ken Stevens Date: Wed, 24 Jul 2019 11:30:36 -0400 Subject: [PATCH] Recovering Pointcut from a failed merge --- .../java/ca/uhn/fhir/interceptor/api/Pointcut.java | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java index fcac3de9935..d3b6843a960 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/api/Pointcut.java @@ -1166,11 +1166,15 @@ public enum Pointcut { /** * Invoked before a resource is about to be expunged via the $expunge operation. *

+ * Hooks will be passed a reference to a counter containing the current number of records that have been deleted. + * If the hook deletes any records, the hook is expected to increment this counter by the number of records deleted. + *

+ *

* Hooks may accept the following parameters: *

*