as an example:
I have a workflow step that will find and replace instances of the word "quick" and replace it with the word "expediate". This will do the find/replace on author and if the page has been published, it will replicate it to the publisher.
I'm using
com.day.cq.replication.Replicator
to do the replication. Since I'm moving to AEMaaCS, do I also need to use another class to get it work? thanks
Solved! Go to Solution.
Views
Replies
Total Likes
No, that API is still working as it is on AEM 6.5
Hi @jayv25585659
Please check https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/repli...
Has this proven in your project that is not working or are you asking theoretically a priori ?
Because from my experience I have used the same.
com.day.cq.replication.Replicator
This is an interface, which means your runtime will provide the implementation. As long as interface is the same, the principle of Java contract ensures the functionality would stay the same when you migrate to AEMaaCS.
No, that API is still working as it is on AEM 6.5
Views
Likes
Replies
Views
Likes
Replies