Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How can I programmatically get the Team Area Hierarchy?

I am using the RTC 3.x api.  I know I can use
ListIterator teams = projectArea.getTeamAreas().listIterator(); to get the Teams, but it does not maintain the hierarchy as far as I can tell.  There is no way to differentiate a team from a sub-team.  Please help.  Thank you.

0 votes


Accepted answer

Permanent link
projectArea.getTeamAreaHierarchy()
ITeamAreaHierarchy getTeamAreaHierarchy()
Returns the team area hierarchy that defines the relationship between the team areas located inside in this project area.

Returns:
the team area hierarchy
this is listed in the javadoc
David Rocks selected this answer as the correct answer

0 votes

Comments

Thank you for the assistance.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Sep 14 '12, 5:13 p.m.

Question was seen: 4,143 times

Last updated: Sep 17 '12, 12:02 p.m.

Confirmation Cancel Confirm