Private API documentation of RTC.
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
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/
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 '<>'
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 '<>'