Hi All,
I have a requirement to send a page's changed property value (start and end dates only) to a third party.
I created a launcher to read any change in PageContent of that page and trigger a workflow. Of the many properties of the page, how do I get the property name/value which is changed in the workflow?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
With the JCR event listener you can check which property is changed.
https://github.com/arunpatidar02/aem63app-repo/blob/master/java/TitlePropertyListener.java
Views
Replies
Total Likes
Views
Replies
Total Likes
With the JCR event listener you can check which property is changed.
https://github.com/arunpatidar02/aem63app-repo/blob/master/java/TitlePropertyListener.java
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies