Expand my Community achievements bar.

Observe node reordering

Avatar

Level 1

Is there any way to observe node reordering events? I can't find anything in either the JCR Observation (Jackrabbit Oak – Backward compatibility ) or Sling Resource Change Listener API (ResourceChangeListener (Apache Sling 9 API) ). From what I can see there aren't any JCR or Sling level events fired off when a node is reordered. Note that I'm not referring to moving nodes. Moving can be handled by the JCR Observation and (indirectly) by the Change Listener API. I'm specifically looking for a way to catch reordering.

1 Reply

Avatar

Level 10

Re-ordering is not covered by JCR Event Handling.

Observation in JCR - Experience Delivers

I am not sure an event is fired if you simply move nodes around in the same JCR location.