Rational Design Manager : Extensions
Hi,
We have a need for extending RDM. We would like to know if below customizations are possible.
1: Accessing / Viewing Models from third party application through OSLC? If yes how do we access attributes such as comment and others for each models. What is the URI and headers needs to be used to make a request.
2: Is there any possibilities to extend SAVE operation on models to notify external application about the changes in the models.
Thanks
We have a need for extending RDM. We would like to know if below customizations are possible.
1: Accessing / Viewing Models from third party application through OSLC? If yes how do we access attributes such as comment and others for each models. What is the URI and headers needs to be used to make a request.
2: Is there any possibilities to extend SAVE operation on models to notify external application about the changes in the models.
Thanks
One answer
1.
You can access models through OSLC, attributes are defined in the vocabulary.
OSLC Spec:
http://open-services.net/wiki/architecture-management/OSLC-Architecture-Management-Specification-Version-2.0/
Vocabulary - this is Rhapsody UML, you can see more in the jazz.net wiki
https://jazz.net/wiki/bin/view/LinkedData/RhapsodyUMLVocabulary
Just for start, if you are using HTTP requester, after authentication, use these header:
Accept:application/rdf+xml
2. I am not aware about such extension, but you can use the TRS feed (Tracked Resource Set) to know about any modification
See https://jazz.net/library/article/1111