Book a Demo

Author Topic: How can I get parentGuid for given guid ?  (Read 4668 times)

mohammed

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
How can I get parentGuid for given guid ?
« on: June 17, 2013, 10:41:07 pm »
How can I get parentGuid for given guid ?

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: How can I get parentGuid for given guid ?
« Reply #1 on: June 17, 2013, 11:04:49 pm »
Hi Mohammed,

  • by addin
  • by script
  • by SQL
  • with Addin EnarSpy (from LieberLieber, free)
  • with EA (go to parent, right click, Copy Reference, Copy Node GUID to clipboard)

Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

mohammed

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: How can I get parentGuid for given guid ?
« Reply #2 on: June 17, 2013, 11:29:07 pm »
by EA Addins

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How can I get parentGuid for given guid ?
« Reply #3 on: June 17, 2013, 11:53:31 pm »
GUID of what? Element, Attribute, ... ?

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How can I get parentGuid for given guid ?
« Reply #4 on: June 18, 2013, 04:00:08 pm »
Simple,

Find the object from its GUID
Get the parent of the object
Get the GUID of the parent

What have you tried? Where did you get stuck?

Geert

g.makulik

  • EA User
  • **
  • Posts: 355
  • Karma: +0/-0
    • View Profile
Re: How can I get parentGuid for given guid ?
« Reply #5 on: June 18, 2013, 05:20:00 pm »
Using EA9.3, UML2.3, C++, linux, my brain, http://makulik.github.com/sttcl/

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How can I get parentGuid for given guid ?
« Reply #6 on: June 18, 2013, 06:19:31 pm »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How can I get parentGuid for given guid ?
« Reply #7 on: June 18, 2013, 07:59:21 pm »
I had the "opportunity" working with such redeployment staff. For some time I was forced to do his job. Until I discovered that he went to his boss claiming that it was his work. And yes, mohammed resembles me quite that person.

I don't know why why I should give verbose answers to simple short questions.

q.
« Last Edit: June 18, 2013, 08:00:53 pm by qwerty »