'Rhapsody Java API to get the URL of a remote artifact element

I am trying to create a OSLCLink using this Java API:

void createOSLCLink(java.lang.String type, java.lang.String purl)

ex: cellElement.createOSLCLink("TRACE", purl );

The problem is I cannot find any solution to get the "purl" - URL of the remote element.

Thank you.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source