It's all about the answers!

Ask a question

RTC Java API documentation


Ariel Sakin (16185) | asked Feb 28 '10, 9:50 a.m.
retagged Jun 13 '12, 11:07 a.m. by Evan Hughes (2.4k1318)
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

Comments
Rahul Kulkarni commented 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 commented Aug 16 '12, 9:59 a.m.

Also looking for full Java API for 3.0.1


sam detweiler commented 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)

One answer



permanent link
Stephane Leroy (1.4k149) | answered Aug 16 '12, 10:35 a.m.
JAZZ DEVELOPER
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


Register or to post 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.