It's all about the answers!

Ask a question

How do I get the IProjectLink in the Java API


Matthias Buettgen (23612331) | asked Feb 24 '16, 11:37 a.m.
Hi guys,

I need to get project area link information using the Java API. Therefore I'm looking for a way to get the IProjectLink from a given IProjectArea object.

For the time being I'm stuck and couldn't find anything to get it.

Is there a way to get this information?

Regards
Matthias

Comments
sam detweiler commented Feb 24 '16, 12:00 p.m.

The method IProjectArea.getProjectLinks() returns the array of links.


Matthias Buettgen commented Feb 24 '16, 2:17 p.m.

Thanks for the quick answer.

Anyway the IProjectArea.getProjectLinks() method returns an array of IProjectLinkHandles and they don't contain the information about a link I really need.



1
sam detweiler commented Feb 24 '16, 2:46 p.m.

well, you then have to resolve the handles to objects.. like every other time

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.