Sparx Systems Forum
Pro Cloud Server / Prolaborate / WebEA => PCS General Board => Topic started by: natvig on November 08, 2022, 08:02:38 pm
-
Hi,
I'm trying to make an OSLC request to search for a value of a tagged value (uid), and eventually the element that owns the tagged value (el_guid). However, from the documentation you either have to know the guid of the tagged value (tv_guid) or the guid of the element (el_guid) that owns the tagged value. But I want to start from the value of the tagged value (uid).
element (el_guid)
- tagged value (tv_guid)
- value of tagged value (uid)
Anyone know if it is possible to do one or more searches via OSLC to get el_guid from uid?
//Hans
-
Ok, so now I have learned some more by reading this:
https://sparxsystems.com/enterprise_architect_user_guide/16.0/the_model_repository/oslc_where.html
It seems it is not possible to search in ss:taggedvalue, and hence it is not possible to do what I want.