Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I am trying to promote the launch page using java can you help me in writing the code to promote the launch which I create using java only
Use below api's-
https://www.adobe.io/experience-manager/reference-materials/6-5/javadoc/com/adobe/cq/launches/api/pa...
<!-- https://mvnrepository.com/artifact/com.adobe.cq/cq-launches-api --><dependency><groupId>com.adobe.cq</groupId><artifactId>cq-launches-api</artifactId><version>5.6.4</version></dependency>
I tried using but can't understand
I have launch name pcp_page
launchManager.promoteLaunch(launch, null);
Should I let the parameter null?
Views
Likes
Replies