Hi.
I need to find WTPartUsageLinks by child part. Can anyone provide java code to construct QuerySpec?
Thanks.
Solved! Go to Solution.
PersistenceHelper.manager.navigate(childPart.getMaster(), WTPartUsageLink.USED_BY_ROLE, WTPartUsageLink.class, false);
PersistenceHelper.manager.navigate(childPart.getMaster(), WTPartUsageLink.USED_BY_ROLE, WTPartUsageLink.class, false);