Book a Demo

Author Topic: automation interface and element links  (Read 3828 times)

spolyak

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
automation interface and element links
« on: September 18, 2007, 08:57:29 am »
hello,

i hopefully have a simple question. i have several use cases that i have linked to other elements (e.g. BPMN process activities) using the "Add | Create Link..." menu/dialog. These links appear in the elements' properties under the "Links" tab and can also be viewed from the relationship matrix view. Can someone point me to the area of the Automation API that will enumerate an elements links for me so that I can programatically access that data?

Steve Polyak

thomaskilian

  • Guest
Re: automation interface and element links
« Reply #1 on: September 18, 2007, 09:37:04 am »
I guess it's Element->Connectors (a collection of connectors).

spolyak

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: automation interface and element links
« Reply #2 on: September 18, 2007, 10:15:54 am »
ah. right. i see now. thx alot.