Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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);