Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Getting RQM infos using RQMCopyUtility

Hi,

I use RQMCopyUtility to access to the REST API.

My goal is to get all the informations of a testcase item, even the external links like "validateRequirements".

I tried to write a class to handle test cases. I wrote a class MyFactory which is a reduction of the class com.ibm.rqm.ct.artifacts.ArtifactFactory and provides my new handler. In this handler, the persist method is called, so I wrote the code here. I got a com.ibm.rqm.xml.bind.Testcase object.

The problem is that this class does not provide the validateRequirement links. I found another class com.ibm.rqm.xml.oslc_qm.TestCase in the source of RQMCopyUtility. However, this class is not used in all the classes in RQMCopyUtility.

My question is : how can I use this classes to get the information I need ?

Thanks

0 votes



One answer

Permanent link
Hello,
The copy util is based off of the REST API. Check out what is supported in the REST API here: https://jazz.net/wiki/bin/view/Main/RqmApi

Those objects you are looking at are the JAXB representations of the data supported in the REST API.

Unfortunately, IIRC the OSLC links are not supported in 2.X but should be present in 3.X.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 30 '10, 10:36 a.m.

Question was seen: 7,440 times

Last updated: Nov 30 '10, 10:36 a.m.

Confirmation Cancel Confirm