Find WTPart by EPMDocument
Jan 17, 2014
06:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 17, 2014
06:13 AM
Find WTPart by EPMDocument
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.
Solved! Go to Solution.
Labels:
- Labels:
-
Other
- Tags:
- epmdocument
ACCEPTED SOLUTION
Accepted Solutions
Jan 17, 2014
07:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 17, 2014
07:25 AM
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 1
Jan 17, 2014
07:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 17, 2014
07:25 AM
you can try below to get WTPart
QueryResult result2 = PersistenceHelper.manager.navigate(epmDoc, EPMDescribeLink.DESCRIBES_ROLE, EPMDescribeLink.class, true);
Hope this helps
Thanks,
Shreyas
