How can I get ITeamRepository object from AspectEditor?
Accepted answer
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.
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.