활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
조회 수
답글
좋아요 수
As smacdonald2008 said it's very good article to get detail information over MSM API.
Here you have direct API url which helps you to achieve your requirement and code snippet.
LiveRelationshipManager ("The Adobe AEM Quickstart and Web Application.")
LiveRelationship ("The Adobe AEM Quickstart and Web Application.")
@Reference
private LiveRelationshipManager liveRelationshipManager;
try {
String sourcePath = liveRelationshipManager.getLiveRelationship(resource, true).getSourcePath();
} catch (WCMException exception) {
exception.printStackTrace();
}
조회 수
답글
좋아요 수
Using the MSM API - you can get a lot of information.
This artilce will show you how to use this API to obtain information from MSM. You can look at the Javadocs for learn about other methods and functionality.
조회 수
답글
좋아요 수
As smacdonald2008 said it's very good article to get detail information over MSM API.
Here you have direct API url which helps you to achieve your requirement and code snippet.
LiveRelationshipManager ("The Adobe AEM Quickstart and Web Application.")
LiveRelationship ("The Adobe AEM Quickstart and Web Application.")
@Reference
private LiveRelationshipManager liveRelationshipManager;
try {
String sourcePath = liveRelationshipManager.getLiveRelationship(resource, true).getSourcePath();
} catch (WCMException exception) {
exception.printStackTrace();
}
조회 수
답글
좋아요 수
Thank you!
Do you have a sightly example? No luck with the following:
const liveRelationshipManager = resource.adaptTo(com.day.cq.wcm.msm.api.LiveRelationshipManager);
sourcePath = liveRelationshipManager.getLiveRelationship(resource, true).getSourcePath();
조회 수
답글
좋아요 수
Do you mean an artilce of running the MSM API in a HTL Java backend?
조회 수
답글
좋아요 수
In the Article i listed the names of the main MSM objects are listed. See LiveCopy for example in the Javadocs:
조회 수
답글
좋아요 수
Not java, javascript.
조회 수
답글
좋아요 수
Not possible - the MSM is a Java Strongly typed API - you have to use it within an OSGi bundle and use the MSM API as discussed in the article.
조회 수
답글
좋아요 수
Thank you. Is it possible to get the master of a language copy with this API?
조회 수
답글
좋아요 수
조회 수
Likes
답글
조회 수
Likes
답글
조회 수
Like
답글