Book a Demo

Author Topic: Author of an Operation  (Read 2689 times)

peterg12345

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Author of an Operation
« on: February 03, 2009, 07:27:15 am »
Is there any way to examine the author of an operation? I know there is an Author property at the Class level, but in our case, we are going to have different users add Operations to the same class and there is no way to see who added an operation.

TiA

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Author of an Operation
« Reply #1 on: February 03, 2009, 08:26:03 am »
Since there isn't an author field, you have three options that I can currently think of, possibly more.

Add a tagged value to each operation for the author.  If you look at http://www.sparxsystems.com/uml_tool_guide/sdk_for_enterprise_architect/predefinedreferencedata.html you can even have a drop list to select from.  Of course the down side is that users will not always add the tagged value.

You could also put the author into the notes.  It may be easier because the notes are there when you create the operation.

For something completely different, if you have auditing enabled then you could select an operation and see who originally created it.  But auditing has plenty of disadvantages too.
« Last Edit: February 03, 2009, 08:26:29 am by simonm »

peterg12345

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Author of an Operation
« Reply #2 on: February 03, 2009, 10:02:23 am »
I tried the Auditing capablility, but I am looking more from a user interface standpoint. I thought of your suggestion to add the user name to the Notes section. The tag value is something I will investigate.

Thanks for your suggestions,

Pete