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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Translate the entire conversation x

How to find WTPartUsageLink by child part

VasiliyRepecki
12-Amethyst

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.

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);

Announcements
Top Tags