Skip to main content
1-Visitor
January 17, 2014
Solved

Find WTPart by EPMDocument

  • January 17, 2014
  • 1 reply
  • 1215 views

Hi.

I have WTPart and EPMDocument linked by EPMDescribeLink.

How can i find WTPart by EPMDocument in this case?

I can't see any useful methods in WTPartHelper.service or EPMDocumentHelper.service.

Thanks.

Best answer by satre-2

you can try below to get WTPart

QueryResult result2 = PersistenceHelper.manager.navigate(epmDoc, EPMDescribeLink.DESCRIBES_ROLE, EPMDescribeLink.class, true);

Hope this helps

Thanks,

Shreyas

1 reply

satre-21-VisitorAnswer
1-Visitor
January 17, 2014

you can try below to get WTPart

QueryResult result2 = PersistenceHelper.manager.navigate(epmDoc, EPMDescribeLink.DESCRIBES_ROLE, EPMDescribeLink.class, true);

Hope this helps

Thanks,

Shreyas