A couple of questions about deletion and deactivation of nodes | Community
Skip to main content
LinearGradient
New Participant
October 16, 2015
Solved

A couple of questions about deletion and deactivation of nodes

  • October 16, 2015
  • 1 reply
  • 1148 views

Hi,

I had a couple of questions regarding deletion and deactivation of nodes.

  1. Is there an API call for both deleting and deactivating a node?
  2. Apart from event handling options, are there any other ways to configure CQ5 so that when descendants of a node N are added/remove/changed on an author instance, the changes are synced to the publish instance? For example by using a special property on the node?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

1.    Need to use Listener ex:- ReplicationListener

2.     If node type is cq:page you can configure & for other type need to custom implement.

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

1.    Need to use Listener ex:- ReplicationListener

2.     If node type is cq:page you can configure & for other type need to custom implement.