Hi, would like to ask how can I get the all the versions of the page. I've tried the following codeResourceResolver rr = currentResource.getResourceResolver();PageManager pageManager = rr.adaptTo(PageManager.class);Page page = pageManager.getPage(currentResource.getPath());Session session = rr.adapt...
My Aem licence is license.product.version=6.2.0 MY java version is "java 11.0.21 2023-10-17 LTSJava(TM) SE Runtime Environment 18.9 (build 11.0.21+9-LTS-193)Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.21+9-LTS-193, mixed mode)"When i try to launch aem in cmd(run as administrator) with this co...
Hi All,I am having a requirement where I need to change the tags or resource path that's in Sling Model depending on the option selected by user on page.There's already one default tag or resource path in my Sling Model with logic on it & used on page to display. Now, I want to change this by givin...
I am using queryBuilder in AEM 6.5 - I need to query web pages AND PDF files for the search term and order the results so that the pages and pdf files are all listed together ordered by relevance. But all I can get is the results grouped by type.As for relevance - everything seems to have a score of...
Hi All,We are using content fragments in our components using asset api. We are directly calling the asset api URL from frontend to get the json for the content fragments. We are trying to cache this json coming from the asset api. 1. We are unable to cache this json in dispatcher as we were receivi...
Hi Community I have a requirement where when i select multiple assets and publish them , once all images got published i need to hit and external api and update the DBSo how can i check if all selected assets published and get list of the assets ?? Please help
I have a job in AEM that implements JobConsumer interface. My questions are: 1. Once it's triggered but not running yet, how to kill the job? 2. Once it's running, how to kill the job? I saw JobConsumer interface has `cancel` method but I am not sure how to use it. I found an example online and it'...
Hello Community Team,We are using Adobe Experience Manager v6.5.20 and the customer ask is to provide NewsLetter Subscription functionality to their end users. End users should be able to choose their favourite areas and opt-in/opt-out for the NewsLetters. So I would like to know if there is no Camp...