How to use oslc to query requirements by a graphical requirement type
I'm trying to write a script that filters requirements by type. i've figured out how to do this for text requirements by getting the services.xml document and enuerating the creation factories. This give me the uri of the requirement type instanceshape (and its name). So in my script I can say find all use cases for example by finding the instance shape URI and adding that to the query capability as an oslc.where clause. But I'm stuck on grahical requirement types. How do I find the URI of the instance shape for these. They don't appear in the services document for the project area.
Thanks in advance
Thanks in advance
Comments
Gabriel Ruelas
Dec 18 '12, 12:16 p.m.Hi, which version are you using ? 4.0.0.1 seems to have the graphical artifacts listed in the services doc.
1 vote
Alan Murphy
Dec 18 '12, 12:32 p.m.Hi
am using 3.0.1.3. Ok so it may be then that we have to upgrade