cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How to find WTPartUsageLink by child part

VasiliyRepecki
1-Newbie

How to find WTPartUsageLink by child part

Hi.

I need to find WTPartUsageLinks by child part. Can anyone provide java code to construct QuerySpec?

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions

PersistenceHelper.manager.navigate(childPart.getMaster(), WTPartUsageLink.USED_BY_ROLE, WTPartUsageLink.class, false);

View solution in original post

1 REPLY 1

PersistenceHelper.manager.navigate(childPart.getMaster(), WTPartUsageLink.USED_BY_ROLE, WTPartUsageLink.class, false);

Top Tags