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

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