Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: st33ve on June 19, 2014, 10:44:56 pm
-
Is it possible to access (at least export) file represented by internal artifact? And btw can I retrieve original file name?
I´d like to implement add-in that processes files stored in model as artifacts.
Thanx
Stepan
-
If I see that right the artifact created as external link does not have any reference to the original file. I created one and could not open the original file in any way. Or is there some hidden menu I could not find?
For those stores as internal: the contents is stored in the according record in t_document.
q.
-
Thank you for pointer to the t_document table. Is this table accessible via automation API? I didn't find any reference in documentation.
S.
-
I cant remember that there is any API method. However, the Repository.SQLQuery allows to read that table.
q.