Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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);