RTC Java API documentation
Ariel Sakin (16●1●8●5)
| asked Feb 28 '10, 9:50 a.m.
retagged Jun 13 '12, 11:07 a.m. by Evan Hughes (2.4k●13●18)
Hi,
I am trying to write an application that copies work items from one Project Area to another one. I found several examples of the RTC Java API but I was not able to find the full documentation of the API. Is there a document that describes the full Java API for RTC 2.0? Thanks, Ariel |
One answer
Hi,
I'm not sure what you mean by "full documentation" (not the internal I hope !). Java API documentation are available under "Download" pages of each CLM releases : e.g. - for RTC 4.0, it's https://jazz.net/downloads/rational-team-concert/releases/4.0?p=allDownloads https://jazz.net/downloads/rational-team-concert/releases/4.0/RTC-Client-plainJavaLib-API-javadoc-4.0.zip - for 2.0, check available information : https://jazz.net/downloads/rational-team-concert/releases/2.0/JazzPlainJavaClient-2.0.zip Stéphane Leroy Jazz Jumpstart |
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.
Comments
I am also looking for a document that describes the full Java API documentation. I got the javadoc for 3.0.1.3 APIs but it does not have full documentation.
Also looking for full Java API for 3.0.1
the full javadoc for the JAVA CLIENT is published..
RTC is an object oriented system, there is no 'single' api.
you must do a bunch of things just to locate the right object of a workitem connect to repository, logon, find the workitem (handle), maybe GET the workitem contents.. there is no 'move workitem'.. you can create another and copy the data, by default there is no delete workitem either.. so you might have to 'archive' the old one.
that said, there is not a LOT of code you would have to write (I don't think, having written a 100 little pgms to do one thing or another)