Book a Demo

Author Topic: Java: How to access the maintenance data  (Read 5176 times)

marcelloh

  • EA User
  • **
  • Posts: 192
  • Karma: +0/-0
    • View Profile
Java: How to access the maintenance data
« on: March 24, 2009, 06:48:51 pm »
I'm writing a piece of java code (actually Groovy) to access the ea-database via the eaapi.jar. Somewhere in EA, we use the ALT-4 (Maintenance) to write about the changes of a use case. I want to access this particular data via the eaapi.jar, but it is unclear to me. Any hints?

BTW: Is there javadoc from this eaapi.jar. (I find things out, by decompiling stuff....)

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile

marcelloh

  • EA User
  • **
  • Posts: 192
  • Karma: +0/-0
    • View Profile
Re: Java: How to access the maintenance data
« Reply #2 on: March 25, 2009, 06:10:48 pm »
Thanks, this helps a lot.
I have to look for a collection of issues :-)
(I find 'issues' a strange name for maintenance-information, but hey, I can continue.)

BTW: the picture
http://www.sparxsystems.com/uml_tool_guide/images/elementelement.png
is a bit to blurry for my old eyes  8-)

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • ArenĀ“t we all in the model business ?
    • View Profile
    • Karl Storz homepage
Re: Java: How to access the maintenance data
« Reply #3 on: March 25, 2009, 08:46:24 pm »
Quote
BTW: Is there javadoc from this eaapi.jar. (I find things out, by decompiling stuff....)

Simon said it all but for completeness: People who are used javadoc syntax will find it hard to get used to the API reference Sparx provides as it is generic to fit all supported technologies. It is not that straightforward.

In fact there even is no real JAVA implementation available as the existing API is just a wrapper for the COM objects under Windows.

Though I wonder whether it would be possible to create some useful javadoc from the wrapper API...

Oliver