For given ID, several Modul Based URI received, but which one is the right one !? (support needed for ELM Python Lib dn_simple_modifylink). #92
Unanswered
VoronLindau
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team, i need your help.
When using the dn_simple_modifylink.py i found out, that the demo is focused on the linking of core artifacts, which in general is not usefull for me. I need module based links.
I modified the existing IBM code and was able to get instead of an Base (Core) Artifact URI the Module Based URI's based of an given Artifact ID, based on the hint from Ian: https://jazz.net/forum/questions/283964/how-to-get-where-artifact-is-used-from-the-base-url
The trick is to suppress all artifacts, which are not an folder: " the base artifact is always in a folder, that folder url is in it's rm_nv:parent property"
However if an Base Artifact is used in several Modules (as duplicate), then i got multiple Artifact Module Based URI's, and i'm currently not able to identify, which one is the right one for my Module i'm locking for!
Here i need know your help. Can you support me, in case i found now several URIs for ID, to identify , which one is the right one, that is located in an module used in can given component!!!
This is the codeline dn_simple_modifylink.py
`
`
To be crystal clear..the variable artifacts contains the URI, but i'm not able to distinguish , if its related to an Module A or B in case the corresponding ID is binded in both!
Beta Was this translation helpful? Give feedback.
All reactions