It's all about the answers!

Ask a question

How get a list of available priorities (RTC, follow-up, server side)


Dmitry A. Lesin (24825996) | asked Dec 29 '14, 7:50 a.m.
Hello friends,
I'm trying get a list of priorities in a project area of Rational Team Concert in this way (follow-up action aspect editor, server side):

IProjectAreaHandle projectArea = ((IProcessArea) processItem).getProjectArea();
List<Priority> rawPriorities = getWorkItemCommon().findPriorities(projectArea, monitor);

But Eclipse warns to me that this is a deprecated manner doing that I need! Could somebody clarify this question which way could be more appropriate here?

Thank you very much in advance!

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Dec 29 '14, 6:21 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Follow http://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ and then have a look into the comments of the method. It should describe the alternative if it is deprecated. I can't access my SDK at the moment, but if you want to use extensibility, you should do the setup anyway.

Your answer


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