Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Tehila1 on April 18, 2016, 06:09:31 pm

Title: Check-in Package - Hook API
Post by: Tehila1 on April 18, 2016, 06:09:31 pm
Hello,

I would like to intervene in the process of checking in a package.
Is there any API that allows it?
I didn't find anything makes sense in the EAAddinBase class..

Thanks in advance!
Title: Re: Check-in Package - Hook API
Post by: Helmut Ortmann on April 18, 2016, 06:27:29 pm
Hi,

As far as I know you aren't able to intervene in the process of check in with something like hooks or callbacks.

What you can do is using the API for e.g. Checkin, Checkout and more.

Together with the possibility of using native Version Control features by API you should be able to handle most cases.

For example I added features for SVN and MKS by Addin. Script would also do.

Helmut