Hi EveryOne ,
I would liketo know if there is a way to get the list of references of an asset (The WCM pages it is being used ) through APIs.
Something like Asset.getReferences();
Or if there is some other alternative to get the same, please suggest.
Regards
Harish
Solved! Go to Solution.
You can also get example from here http://wemcode.wemblog.com/get_asset_reference_in_page
Yogesh
You can also get example from here http://wemcode.wemblog.com/get_asset_reference_in_page
Yogesh
HAve you looked at the API documentation listed here: http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/dam/api/Asset.html ?
Views
Replies
Total Likes
There is the AssetReferenceSearch: http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/dam/commons/util/AssetReferenceSearch.html
There is also the ReferenceSearch api: http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/wcm/commons/ReferenceSearch.html and the ReferenceSearch.Info for the result set.
Views
Replies
Total Likes
Check out
https://github.com/frappierer/unrefAemAssets
it will give you a list of all unrealted assets in AEM.
its not the best code, but its working fine.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies