It's all about the answers!

Ask a question

How to see all attributes of the result in RDGN 6.0.1M1?


Dinyo Dinev (311034) | asked Oct 05 '15, 10:12 a.m.
edited Oct 05 '15, 10:16 a.m.
Hi I have a query:
https://10.0.2.79:9443/rm/views?oslc.query=true&projectURL=https%3A%2F%2F10.0.2.79%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_4du-YEDTEeW98vRabXRPEQ&oslc.prefix=dcterms=http://purl.org/dc/terms/&oslc.prefix=dc=http://purl.org/dc/terms/&oslc.where=dc:identifier=395

And I have tree results:
  <rdf:Description rdf:about="https://10.0.2.79:9443/rm/views?oslc.query=true&amp;projectURL=https%3A%2F%2F10.0.2.79%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_4du-YEDTEeW98vRabXRPEQ">
        <rdfs:member>
            <oslc_rm:Requirement rdf:about="https://10.0.2.79:9443/rm/resources/_rI3h40ZsEeWL2aNIq4SA-w"></oslc_rm:Requirement>
        </rdfs:member>
        <rdfs:member>
            <oslc_rm:Requirement rdf:about="https://10.0.2.79:9443/rm/resources/-0e5a7ad244414315a38503884d71303e"></oslc_rm:Requirement>
        </rdfs:member>
        <rdfs:member>
            <oslc_rm:Requirement rdf:about="https://10.0.2.79:9443/rm/resources/-1c97e28883864207bd8a4c35b5eac050"></oslc_rm:Requirement>
        </rdfs:member>
    </rdf:Description>

But when I add &oslc.select=* at the end instead of all attributes of the Requirement I see:
<rdf:Description rdf:about="https://10.0.2.79:9443/rm/views?oslc.query=true&amp;projectURL=https%3A%2F%2F10.0.2.79%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_4du-YEDTEeW98vRabXRPEQ"></rdf:Description>
Why this is happening? Why the results dissappear?  How to see all the requirements and their attributes athe same time?

Comments
Donald Nong commented Oct 06 '15, 2:37 a.m.

Using oslc.select= should be the right approach. Maybe you can try to relocate oslc.select= to the middle of the URL?


Dinyo Dinev commented Oct 06 '15, 3:12 a.m.

@Donald Nong, I tried to put it before prefix, before where, but does not work. With the sample project WaterMeter Project if I put it no metter where it was working, but with my production project are, this problem appears is there any configurations which have to be done?


Donald Nong commented Oct 07 '15, 2:32 a.m.

I cannot see the same in any of my environments, so cannot say why it happens to you.

Be the first one to answer this question!


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