QueryCapability in Rational Model Manager (v7.0.2)
Hello!
The query capability was discovered by next way:
Thank you!
Accepted answer
Side Note:
Rational Design Manager (RDM) is End of Service (EOS), and does not ship with ELM 7.0.2. You are actually talking about Rhapsody Model Manager (RMM).
To avoid confusion for readers, and make this thread more discoverable for users looking for RMM topics vs DM topics, I have updated the question/title to mention RMM instead of DM.
Answer:
RMM currently provides very limited support for Query Capabilities (only specific OSLC queries that DNG and DOORS are running against RMM)
Ex:
/am/oslc-am/query/_db8iYNNZEeerUJltAj9C5Q?oslc.where=*%3D%3Chttps%3A%2F%2Flocalhost%3A9443%2Frm%2Fresources%2F_dO_yAdRKEeehXdBOsttb4Q%3E&oslc.select=*
We do not support:
-oslc.searchTerms
and only support * for:
The request to expand on the OSLC query support is tracked in: Support query capabilities in the OSLC AM API. (62419)
Comments
4 other answers
Get on the queryBase resource is not defined in OSLC Query. Some servers do implement this, often by returning the URLs of all available resources. But servers are not required to support this. This behavior may have changed between RDM and RMM. Try an actual OSLC Query.
Comments
Your request is missing an
oslc.where
query expression. Perhaps the server requires it. It would be bad practice to attempt to query for all resources by omitting a query expression.
Comments
> The request to expand on the OSLC query support is tracked in: Support query capabilities in the OSLC AM API. (62419)
Is there anywhere accessible that give more information on this ?