It's all about the answers!

Ask a question

Private API documentation of RTC.


Vivek Pandey (4321336) | asked Oct 24 '14, 6:51 a.m.
edited Oct 24 '14, 7:01 a.m. by Ralph Schoon (62.3k33643)
Is it possible to get the documentation about private APIs of RTC ?
we have been trying to find the API to get the wotk-item Type info and its linkage information from RTC SDK , but dont seem to find the right API for it.

We have been suggested that, some Private APIs could support in fetching this information.

RTC version being used is : V3.0.1.3  ( would be upgraded to V4.0.6)

2 answers



permanent link
Ralph Schoon (62.3k33643) | answered Oct 24 '14, 7:04 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There is JavaDoc for the Plain Java Client Library. There is some documentation in the ADK. Otherwise I would suggest to start here:

https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/

And search on that site for examples. There are examples for how links work. Search for 'link'. An example:
https://rsjazz.wordpress.com/2012/09/20/the-rtc-workitem-server-link-api-linking-to-work-items-and-other-elements/

permanent link
sam detweiler (12.5k6191201) | answered Oct 24 '14, 7:05 a.m.
this can be done from the PlainJava apis..

an example of that is in my dump all workitems found in a query sample
https://jazz.net/forum/questions/94776/assertionfailedexception-problem-with-getting-the-values-of-attributes
accepted answer

starting here:  private static void analyzeReferences(IWorkItemReferences iReferences)

note: when u cut/paste that back into a source file, the forum code has lower cased anything in type brackets '<>'

Your answer


Register or to post your answer.