Book a Demo

Author Topic: Importing directly into an EA repository  (Read 15152 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Importing directly into an EA repository
« Reply #15 on: June 08, 2016, 06:34:41 pm »
I should be easy enough to create a cache of the existing elements as a dictionary so you don't need to loop the elements each time.
I think I've done so in the past in a modified version where performance was an issue.

Yes you can get almost anything from the API by GUID (except for parameters and tagged values I think)

Geert

Modesto Vega

  • EA Practitioner
  • ***
  • Posts: 1183
  • Karma: +30/-8
    • View Profile
Re: Importing directly into an EA repository
« Reply #16 on: June 08, 2016, 07:31:33 pm »
I should be easy enough to create a cache of the existing elements as a dictionary so you don't need to loop the elements each time.
I think I've done so in the past in a modified version where performance was an issue.

Yes you can get almost anything from the API by GUID (except for parameters and tagged values I think)

Geert
Thanks I'll give it a try.