Access RQM Attribute values in RTC Plugin
Accepted answer
Regardless if it is the same or another CLM Server, as far as I am aware, you would have to use the REST API to get at data in RQM and other Jazz based tools that only have a REST/OSLC interface.
The Plain Java Client Libraries are basically a wrapper around the internal HTTP/REST interface. Such a published API is not available for RQM. However, the Plain Java Client Libraries bundle the Apache libraries that you can use as a Client to create and manage REST/OSLC requests.
The Plain Java Client Libraries are basically a wrapper around the internal HTTP/REST interface. Such a published API is not available for RQM. However, the Plain Java Client Libraries bundle the Apache libraries that you can use as a Client to create and manage REST/OSLC requests.