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

What is best way to use OSLC queries URL in source code

I am retrieving all the test cases for category_Name value is true. I am able to do that through query:

https://Myserver.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/_x3L0gk6ZEeSTjIlfgxRM-Q/testcase?fields=feed/entry/content/testcase/category[@term='CXategry_Name' and @value ='false']

and then parse the response in xml parser to get all the Test Cases Urls which is working fine. I am wondering if there is a better way to use this query programmatically in OSLC Lyo instead of passing direct this url in
response = jazzClient.getResource(queryUrl, OSLCConstants.CT_RDF);

and that too encoded value of this url.

0 votes



One answer

Permanent link
 You may want to post this question to the Eclipse Lyo newsgroup.

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
× 10,954

Question asked: May 25 '16, 7:46 a.m.

Question was seen: 2,672 times

Last updated: May 26 '16, 9:57 a.m.

Confirmation Cancel Confirm