(236●1●23●32)
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
Feb 24 '16, 12:00 p.m.The method IProjectArea.getProjectLinks() returns the array of links.
Matthias Buettgen
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.
sam detweiler
Feb 24 '16, 2:46 p.m.well, you then have to resolve the handles to objects.. like every other time
1 vote