Private API documentation of RTC.
Vivek Pandey (43●2●17●38)
| asked Oct 24 '14, 6:51 a.m.
edited Oct 24 '14, 7:01 a.m. by Ralph Schoon (63.5k●3●36●46)
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
Ralph Schoon (63.5k●3●36●46)
| 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/ |
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
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.