Book a Demo

Author Topic: All diagrams view  (Read 3230 times)

Eric Lecorgne

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
All diagrams view
« on: October 14, 2011, 10:34:20 pm »
I used to use a very pratical view that had all the diagrams of the model, grouped by type ( activity diagrams , class diagrams, etc ...). Is there a way to do the same in EA ?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: All diagrams view
« Reply #1 on: October 17, 2011, 06:10:21 pm »
You could write an sql search. Make sure to include the type of diagram as a field, so you can use that to group on.

Geert

Eric Lecorgne

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: All diagrams view
« Reply #2 on: October 17, 2011, 08:24:59 pm »
Thanks Geert, I therefore have to do it myself with SQL. By the way : would you know where or how to find the database schema ?
Regards
Eric.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: All diagrams view
« Reply #3 on: October 17, 2011, 08:30:09 pm »
The database schema is not published, however for the most part it is simple enough that you can use it without documentation.

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: All diagrams view
« Reply #4 on: October 18, 2011, 01:22:56 am »
t_diagram is the relevant table. As Geert said: rather simple - if you neglect the details.

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: All diagrams view
« Reply #5 on: October 18, 2011, 12:01:14 pm »
A simpler option would be to create a query built search that searches for diagram type as matching the search term.

Then open the model views window and create a view that corresponds to that search for each diagram type you require.