Book a Demo

Author Topic: How to hide section of a model (business process)  (Read 3553 times)

KevinMcClusky

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
How to hide section of a model (business process)
« on: April 04, 2011, 08:32:38 pm »
Hi

Have just start to use EA. Is there a way to exclude all parts of a model based on author/status? I have tried using filters, but it not working on the whole model.

Thanks in advance

Kevin

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: How to hide section of a model (business proce
« Reply #1 on: April 04, 2011, 09:05:25 pm »
Quote
Hi

Have just start to use EA. Is there a way to exclude all parts of a model based on author/status? I have tried using filters, but it not working on the whole model.

Thanks in advance

Kevin
Hi Kevin,

Why are you trying to do that?  It's a question (not a criticism)...  Normally we don't use the concepts in this way so it's difficult to understand what you are actually trying to achieve.

BTW: EA misuses the term model in a number of ways.  In addition, new users often say 'model' when they mean diagram.

The physical storage should be called the repository, a particular collection of objects and relationships within the repository could be termed a model, a diagram can hold objects and relationships from any part of the repository including multiple models.

So are you actually trying to exclude those items in the repository based on author?  If so, to what end?

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

KevinMcClusky

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: How to hide section of a model (business proce
« Reply #2 on: April 04, 2011, 10:01:19 pm »
HI Paolo

Thanks for the reply. We currently have a basic business process model ( made up of multiple diagrams ), and we want to disable/grey out sections that have not been modified/approved yet. We also want to generate html documentation that would do the same thing.

Regards

Kevin

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to hide section of a model (business proce
« Reply #3 on: April 04, 2011, 10:16:22 pm »
What we do is the following: stereotype elements with TBD which according to our profile makes elements appear in red color. Alternatively you can use status colors which you have to enable  via Setting/General Types. Note that colors for most elements are only visible in the shadow which is why we chose the TBD variant.

Additionally we lock elements to groups so it can not be changed by individuals.

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 to hide section of a model (business proce
« Reply #4 on: April 05, 2011, 01:33:55 pm »
If I'm not mistaken in v9 (beta) there is an option to grey out certain objects on your diagram based on almost any criterium you choose (including status)
I think that is exactly what you are looking for.

Geert

Mario Wens

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: How to hide section of a model (business proce
« Reply #5 on: April 06, 2011, 07:56:02 pm »
Quote
We also want to generate html documentation that would do the same thing.

You can exclude elements from your model from RTF-documentation by excluding the Package they are in:

select the Package, right mouse click, select 'Documentation/RTF Report Options...' and then change the Generation Status to 'Exclude Package from RTF Reports'

However, you would have to move any item that gets approved out of the package(s) to get it included in the documentation.

Mario