How to get object from handle using RTC Java API
Hi
i am trying to write code using the RTC Java API,but the documentation is not having samples to explain how do i get an object from an handle.
For example if i have ITeamAreaHandle - how do i get to the TeamArea itself (for list of members)
Or if i get ICategoryHandle, how do i access the object ICategory.
Thanks
Rachel
|
Accepted answer
Hi Rachel,
https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation has an example of how to go from a work item handle to a work item. https://jazz.net/forum/questions/48967/programmatic-get-of-all-teamareas-in-a-project walks through how to get team areas from team area handles. Rachel Biderman selected this answer as the correct answer
Comments
Rachel Biderman
commented Aug 27 '13, 8:05 a.m.
Thank you, this helps.
so it is pretty basic mechanism: use fetchCompleteItem with the right handle, will return the matching object instance, right?
One more question: Can i use: fetchCompleteItem also on server side?
Hi Rachel,
|
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.