How can I get ITeamRepository object from AspectEditor?
Hi,
I'm developing a process aspect editor that have to retrieve some information from the process (an enumeration list in my case). How can I retrieve the ITeamRepository on which I'm working? Thanks, Michele. |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Dec 17 '12, 7:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Michele, have you considered to look into the
Rational Team Concert 4.0 Extensions Workshop?
The aspect editor in the example does get the ITeamRepository. If you have a repository object, you can typically use .getOrigin() on the object and cast to the ITeamRepository. Michele Pegoraro selected this answer as the correct answer
Comments
Michele Pegoraro
commented Dec 17 '12, 8:16 a.m.
I did not realized that the ProcessAspect was an ITeamRepository object.
|
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.