Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEM Community Member of the Year!
SOLVED

How Dry run functionality is implemented

Avatar

Former Community Member

I am looking to know how dry run functionality in CQ5 is implemented. If I have to implement custom dry run, how to do that.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Assuming you are asking for tree activation for details look [1]. Basically iterates through all the nodes, adopt to page & assets to get lastmodified date and also get replicationstatus. 

 

[1]   /libs/cq/replication/components/treeactivation/POST.jsp

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Assuming you are asking for tree activation for details look [1]. Basically iterates through all the nodes, adopt to page & assets to get lastmodified date and also get replicationstatus. 

 

[1]   /libs/cq/replication/components/treeactivation/POST.jsp