Description
(Originally reported as JCR-4048, but moved to Oak as a result of introducing the OakEventFilter in OAK-5013. From the original description: )
There seems to be a rather frequent use case of observation around which would like to create a filter on a child rather than on a parent: consider the case when you'd like to filter for the removal of a node that has a particular nodeType. This can't be achieved atm as the nodeType is applicable to the parent of the node that changes, not the node itself (ie child).
Therefore suggesting the introduction of a flag similar to the following:
boolean applyOnOwnNode;
Attachments
Issue Links
- supercedes
-
JCR-4048 add applyOnChild property to JackrabbitEventFilter
- Closed