Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: xMarkos on April 19, 2011, 06:24:03 pm

Title: How to 'Generate DDL' from Automation Interface
Post by: xMarkos on April 19, 2011, 06:24:03 pm
Hello,

I am writing command line tool that will allow me to export/import documentation and source code from a project.

I have been quite successful so far, I was able to reproduce most functions under "Documentation" and "Code Engineering" menus, however I had no luck finding functions for:

Code Engineering:
- Generate DDL
- Import DB schema from ODBC
- Generate WSDL
- Import WSDL

Documentation:
- Glossary

I hope there are methods that I missed, rewriting all of these functions from a scratch would be a waste of time.

I am using Enterprise Architect 8.

Thanx in advance
Title: Re: How to 'Generate DDL' from Automation Interfac
Post by: Geert Bellekens on April 19, 2011, 07:25:17 pm
I just looked at the documentation, but I can't seem to find them either.
You better send a feature request then.

Geert
Title: Re: How to 'Generate DDL' from Automation Interfac
Post by: Aaron B on April 20, 2011, 09:53:08 am
GeneratePackageDDL and GenerateElementDDL methods have been added to the EA.Project class for EA version 9.

Glossary terms can be accessed (and modifed) via the Repository.Terms collection.

No methods available to Import from ODBC, or Import/Generate WSDL at this time.  Please submit feature requests for these items so they may be considered for a future release.
http://www.sparxsystems.com/support/feature_request.html
Title: Re: How to 'Generate DDL' from Automation Interfac
Post by: xMarkos on April 20, 2011, 02:30:03 pm
So there isnt any other option than just wait -_-

Thanx for your fast replies anyway.