Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Alexander.Golyshkin

Pages: [1]
1
General Board / SQL object update
« on: April 04, 2025, 03:49:18 am »
How is possible update a note value or other EA object using SQL query. I have tried below query, but looks like it makes  nothing

Code: [Select]
UPDATE t_object SET t_object.Note = 'TEST_NEW' WHERE t_object.Object_ID = 17574

2
General Board / Copy/Past a sequence call
« on: March 21, 2025, 01:28:37 am »
How is possible to copy a selected sequence call with all properties (Message, arguments, etc) and past to other sequence lifeline? It's very useful functionality for typical calls inside one diagram!

3
Hi Support team,

Could say how can I get a component description (Properties->General the field below component name) using SQL query?




4
General Board / Export diagram to Plant UML format
« on: May 07, 2024, 01:35:17 am »
Is there possible to save EA created diagrams to plant UML format *.puml?

5
General Board / DELETE an elemenent using script API
« on: March 25, 2024, 10:29:21 pm »
Is there possible to DELETE an element from REPO having an Id or GUID? I didn't find any API related to it, could you help?

Also I just tried to use SQL query like below

Code: [Select]
DELETE from t_object WHERE ea_guid='{3D986D35-80C0-4ebb-91A9-43A728357B38}' OR object_id=12138
but looks like it doesn't work at all. The expected result is deleted element by pressing Ctrl+DEL.

6
General Board / Sparx scripting API Diagram Notes & Notes text
« on: March 23, 2024, 12:33:17 am »
Hi,

1. How possible to add a diagram notes to diagram using an scripting API having an extracted pointer to Diagram Class?
2. How possible to change a text in Note element in existed Note using scripting API having an extracted pointer to diagram element by
Code: [Select]
getRepo().GetElementByID( diagramObject.ElementID )

7
General Board / EA Object API for "find in all diagrams" by GUID
« on: December 25, 2023, 07:24:24 pm »
Does exist any object API (Project/Repository/etc) for for "find in all diagrams" element by it's GUID?

Pages: [1]