LPA/RQM/Doors - extensions
One answer
https://jazz.net/wiki/bin/view/Main/RMExtensionsMain
It doesn't have much in the way of cross domain link capabilities but you should take a look and see if it can help you.
There's also the OSLC APIs that all the products have. Depending on quite what you're trying to achieve maybe a small application built on top of those would be more suitable than an extension built into the products?
Comments
Thanks Dominic. I havent tried out OSLC APIs. Are you saying that it is achievable using OSLC APIs of the CLM Products?
Could you please share some links for me to get started with OSLC API Customizations?
Thanks.
Thanks Dominic. I havent tried out OSLC APIs. Are you saying that it is achievable using OSLC APIs of the CLM Products?
Could you please share some links for me to get started with OSLC API Customizations?
Thanks.
I'm not sure that what you want to do is achievable because I don't know quite what you're trying to do. If you want to be able to examine, create and delete links between data in the CLM Products then the OSLC APIs should permit this.
There are a few sources of information for OSLC.
The main workgroup site is here:
http://open-services.net/wiki/
Some of the specifications have moved to OASIS but there are links from the work group site.
In addition, there is an open source project (LYO) that provides some reference implementations/samples in Java that can help get you started.
http://eclipse.org/lyo/
You need to understand that with OSLC it's not really "customisation". OSLC is a data API. It allows you to read data from the CLM products (and other products that provide OSLC services), analyse that data and, if you want, update it in the product.
Thanks. I am creating a new link type between RTC and RRC. If I create a RTC plugin to get the new link type, what would be the RRC package to refer to as endpoint (like com.ibm.RQM.planning for RQM) ?
The RM API does not have the capability to add new link types. Also, our internal implementation is different to that in RTC so I don't believe there is any "package" you can refer to in RM to do this.
Thanks Dominic. Actually, i am looking to just modify the name of existing CLM Link type in RRC (or) create new link type with same functionality as existing.For example,
Hi,
unfortunately this is not possible. The set of link types for linking from RRC to RTC is fixed (as I think you've discovered) and they cannot be renamed either.