List artifacts from DNG project through OSLC/API
4 answers
I don't understand what you ask for. The specification of OSLC RM can be found here: https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/requirements-management-spec.html
Hello Ralph,
Thanks for your reply. My question is i am writing java code to read all the artifacts from the DNG project. next task is to copy one attrbitue value to another attribute in the same artifact for all the artifacts in the project through java code.
Sorry Ralph,
my question is: How can i list all the artifacts from dng project with oslc or dng api? After that how can i copy one attrbitue value to another attribute in the same artifact for all the artifacts in the project through java code? (Note: I am also open for any other programming language)
Thanks in advance.
I doubt, you will find someone here that is willing, able, and has the time to write the code for you. Some hints I can provide:
https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding the APIs supported by product.
The reportable REST API does not support update, so you will likely have to use OSLC
There is an OSLC Workshop that is very outdated. The current OSLC RM specification is here https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/requirements-management-spec.html . There is the Eclipse Lyo project, that does a lot of work around OSLC, including an OSLC API for Java I used it in https://rsjazz.wordpress.com/2019/03/07/type-system-manager-part-2/ the code is available.
I wrote an article series for EWM APIs, it starts here: https://rsjazz.wordpress.com/2021/09/29/using-the-ewm-rest-and-oslc-apis/ you might be able to get some inspiration from it.
Which language you use is up to you. The OSLC API is an HTML API.
The reportable REST API does not support update, so you will likely have to use OSLC
There is an OSLC Workshop that is very outdated. The current OSLC RM specification is here https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/requirements-management-spec.html . There is the Eclipse Lyo project, that does a lot of work around OSLC, including an OSLC API for Java I used it in https://rsjazz.wordpress.com/2019/03/07/type-system-manager-part-2/ the code is available.
I wrote an article series for EWM APIs, it starts here: https://rsjazz.wordpress.com/2021/09/29/using-the-ewm-rest-and-oslc-apis/ you might be able to get some inspiration from it.
Which language you use is up to you. The OSLC API is an HTML API.