Is DNG regulating OSLC provider links?
I'm getting the impression that DNG is regulating OSLC provider link resource types.
_getResourceElement:function(_52,_53,_54,_55){So what do you do as an OSLC provider that wants to create links via a Delegated UI to resources other than what's in the OSLC-RM/AM/CM/QM spec's? What if I wanted to produce a OSLC-CM config provider and allow the DNG user to select a OSLC VersionReference as a "Satisfies" link? It appears the client side JS just won't allow it. Is there a list anywhere that reflects what OSLC provider specs DNG can consume? Is there a list of what OSLC resource types can leverage what DNG link type? Can DNG even support linking to the OSLC-CM config spec resources? It's a lot to ask but I hope someone will enlighten me. |
Accepted answer
Yes, DNG does control its OSLC link types (as do the other Jazz applications as RTC and RQM). If you look at the link types tab for DNG project/component properties, you can see that the OSLC links are system defined, and have a RDF URI that has a namespace of http://open-services.net/ns/rm. Likewise with the RM internal links types.
Matthew Stone selected this answer as the correct answer
Comments
Matthew Stone
commented Jun 13 '17, 11:33 a.m.
Bas, thank you. That is very helpful.
Actually Jim Amsden answer was good here, maybe somewhat heavy on details, but the crux is when you add an association between DNG and other application project areas (including other DNG instances), you can select an application on a friended server, select the project area artifact container to associate with, and by DNG will check which association types are available through the service provider and matching system defined OSLC links. I think the matching takes place on the RDF URI defined on the link types.
Matthew, also see this Knowledge Center entry on links: DNG link types |
2 other answers
RDNG (and all the jazz CLM apps) use Friend relationships to connect to other OSLC servers using OAuth authentication. When a friend is established, the rootservices URL to the server is provided, and the OAuth provisional consumer key is created, and accepted. The rootservices document, which is not part of the OSLC standard, specifies a number of links to OSLC Service Provider Catalogs that are provided by the Friend server. This is how the Jazz apps initiate OSLC discovery.
Once the Friend server is established, RDNG can use the service provider catalogs in the rootservices document to create artifact container associations with its project areas. These artifact containers provide the service provider and service OSLC resources that RDNG needs in order to discover the capabilities of the Friend server. The artifact container associations are displayed in the RDNG selection and creation dialogs and are used to get the the dialog iFrame contents from the Friend server.
The actual links that can be created by RDNG are defined by the OSLC Requirements Management Domain specification. These links are implemented in RDNG to connect to the recommended service provider resource types as defined in the domain specifications. These are not mandatory by the domain specifications, but are followed by RDNG.
When your tool creates a link from one of your resources to RDNG, the link is stored in your tool, not RDNG. For some properties defined in the Requirements Management domain specification, there may be defined backlinks that RDNG supports. In this case it may store such a back link when asked to provide a selection dialog for your tools to create a link. The RDNG team will have to provide you with the details of what backlinks are supported.
Current versions of RDNG provide extensibility within an artifact container (project area) to extend artifact types, attributes and links (i.e., RDF properties). Extensibility across project areas and tools is a common enhancement request.
|
I defer to Jim here.
Regarding
So what do you do as an OSLC provider that wants to create links via a Delegated UI to resources other than what's in the OSLC-RM/AM/CM/QM spec's? What if I wanted to produce a OSLC-CM config provider and allow the DNG user to select a OSLC VersionReference as a "Satisfies" link? It appears the client side JS just won't allow it.
Since you are already implementing an OSLC-CM (config) Provider and so have the opportunity to craft your own AM Resources with their own custom InstanceShapes, you may be able to accomplish your goal by wrapping your OSLC Config Component or Configuration resources (elements within the http://open-services.net/ns/config# namespace) in OSLC AM wrapper Resources. If you satisfy all of the constraints for being a provider of AM Resources in a GC-controlled system then DNG might allow you to claim that one of its RM resources is satisfied by one of your AM+CM wrapper resources.
(If you code this up and it works, share here your implementation. Like you, I'm in the midst of trying to implement an OSLC AM Provider that is OSLC Config savvy which DNG happily couples with.) Comments
Lonnie VanZandt
commented Jun 07 '17, 11:12 a.m.
By the way, slightly related curiousity here. I'm implementing the OSLC CM ServiceProvider and its OSLC CM Services. As a provider, I must expose a Creation Factory link to an LDP Container service (where the Components and the Baselines and Streams Configurations are to published).
I'm curious about what others in the community are doing. Are you, fellow OSLC CM Provider implementor, choosing to:
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.