Can we find to which master project area, a child project area is linked to using OSLC?
One answer
I don't know how to do that with OSLC, However, here is the Java API: https://rsjazz.wordpress.com/2014/11/28/the-process-sharing-api/
Comments
Thanks Ralph for the quick response.
I am aware of doing it through Rest API, but as APIs keep changing with a new version of IBM CLM software we cannnot rely on Rest APIs.
That is why I am trying to accomplish this using OSLC.
If you can help me with doing it using OSLC?
OSLC specification does not have such information, and it is very unlikely to be implemented as such. So you can't do it, at least for now.
From my experience the REST and Java API's are very stable, so I wouldn't be too concerned. In the Java API's I have seen about 2 changes that actually impacted code that I have created or seen in the Wiki beginning with RTC 2.x. The changes where easy enough to fix from documentation in the SDK. You only have to test if you go to a new version.