Author Topic: OSLC, tagged value search  (Read 3483 times)

natvig

  • EA User
  • **
  • Posts: 65
  • Karma: +7/-0
  • I love YaBB 1G - SP1!
    • View Profile
OSLC, tagged value search
« 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

natvig

  • EA User
  • **
  • Posts: 65
  • Karma: +7/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: OSLC, tagged value search
« Reply #1 on: November 08, 2022, 08:56:05 pm »
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.