How Dry run functionality is implemented | Community
Skip to main content
October 16, 2015
Solved

How Dry run functionality is implemented

  • October 16, 2015
  • 2 replies
  • 1334 views

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.

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

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

2 replies

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

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

October 16, 2015

Thanks Sham.