RTC Java API documentation
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
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
Comments
Rahul Kulkarni
Jun 13 '12, 9:19 a.m.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.
Todd Strangio
Aug 16 '12, 9:59 a.m.Also looking for full Java API for 3.0.1
sam detweiler
Aug 16 '12, 12:18 p.m.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)