Possible to get ITeamArea from Component, Baseline, Stream?
One answer
On Wed, 07 May 2008 15:12:20 -0400, Srimanth Gunturi wrote:
Components and baselines are not scoped to a TeamArea.
Streams are, you can get the TeamArea they belong to by calling
stream.getOwner();
- Dmitry
From a UUID I am able to get to either a component, baseline, or
stream. Is it possible from these to retrieve which TeamArea it belongs
to? Thanks.
Components and baselines are not scoped to a TeamArea.
Streams are, you can get the TeamArea they belong to by calling
stream.getOwner();
- Dmitry