I want to read RM ResourceID into OSLC Adapter
Hi Team,
I have created an OSLC Adapter for IBM ERM-DN using Spring Boot application.
I am able to register my application as a friend and add my service provider as an association for a project in RM.
I am able to open my delegatedUI page to create a link of type "References". Upon creating a link I am able to open the previews though compactRendering.
I want to get the RM resource ID/URI, when the link is created into my adapter application.
I have tried creating APIs endpoints for POST, PUT, GET for my resource but DNG is not calling any endpoint.
Am I missing any configuration? or how exactly I can get the DNG artifact details in my adapter application.
Let me know if any further information is needed.
Regards,
Krishna K.
One answer
Not sure I understand the question correctly.
I do not see a link type "References" in my test system. Assuming it is an OSLC Link, you need the URI of the requirement to be able to create the link in your application.
If you have the URI of the requirement, you can OSLC GET the URI to get all the details of the requirement. OSLC GET means the OSLC Accept and other OSLC headers provided.
If you have the URI of the requirement, you can OSLC GET the URI to get all the details of the requirement. OSLC GET means the OSLC Accept and other OSLC headers provided.