I am trying to read a requirement from DOORS using DOORS DWA OLSC LYO.
I have gotten to the point where I was able to read out a requirement and most of its attributes. However, some attributes are not returned directly, but rather in the form of URIs such as:
Since I need to know what kind of attributes these are and what their values are, I need to resolve these URIs somehow. How can I do that?
I have already tried resolving therm via `oslcOauthClient.getResource`. However, that only returns me the Requirement Formal Module itself, as opposed to the Attribute Value as I would expect.
So, using an URI like "http://localhost:8080/dwa/rm/urn:rational::1-5efc6f9a4ff877cf-M-00000100/types/attrDef-1025#1, how can I determien the type and value of the attribute that hides behind that URI?
#SupportMigration#DOORS#Sustainability#EngineeringRequirementsManagement#Support