Description
(Originally reported as JCR-4037, but moved to Oak as a result of introducing the OakEventFilter in OAK-5013. From the original description: )
In some cases of observation it would be useful to receive events of child node or properties of a parent/grandparent that was deleted. Currently (in Oak at least) one only receives a deleted event for the node that was deleted and none of the children.
Suggesting to (re)introduce a flag, eg as follows to the JackrabbitEventFilter:
boolean includeSubtreeOnRemove;
(Open for any better name of course)
Attachments
Issue Links
- supercedes
-
JCR-4037 add includeSubtreeOnDelete flag to JackrabbitEventFilter
- Closed