Book a Demo

Author Topic: Search specific UML elements in Model Search  (Read 12561 times)

Rakesh Kumar

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Search specific UML elements in Model Search
« on: December 09, 2010, 04:56:35 pm »
In the Model Search Window is it possible to search for a specific uml element (For example, Actions of Activity Diagrams or usecases in usecase diagrams) alone in the entire given EA file?
« Last Edit: December 09, 2010, 04:57:43 pm by vv.rakesh »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Search specific UML elements in Model Search
« Reply #1 on: December 09, 2010, 05:29:12 pm »
If you use the Search Builder you can add a filter on the ObjectType and make that required.
Otherwise you can always use the SQL type search and filter on t_object.Object_Type

Geert

Peter Doomen

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Search specific UML elements in Model Search
« Reply #2 on: December 23, 2010, 06:52:32 pm »
Geert's suggestions are very valuable indeed.

If you want to mass-change elements or even connectors, you could also go "the database way". This is one of the tricks I explained in my book on Enterprise Architect. Here is it in short: Disconnect EA, open the underlying database (make sure you have a backup copy!), open the table t_connector, filter it, change the type of the connector or any other value (but make sure you use the string exactly as it appears in Enterprise Architect) and reconnect. Only do this if you know what you are doing and always backup & verify.