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.


Messages - vladimir.liba

Pages: [1]
1
Automation Interface, Add-Ins and Tools / EA.Element.Locked attribute
« on: April 30, 2014, 12:14:30 am »
from documentation:
Locked
Boolean
Read/Write
Indicates if the element has been locked against further change.

But when i read this attribute, it returns me false for usecase, which was locked through UI (blue exclamation mark there), and returns true for usecase, which is not locked.

Anyone experienced this? Or I didn't understand that behaviour..

2
Automation Interface, Add-Ins and Tools / EA.Element.Author attribute
« on: April 30, 2014, 12:19:15 am »
EA.Element.Author attribute has full name of author as string. Is it possible to get his login name? I found, that in UI you can change this full name to anything else, so it looks like there is no reference to actual user, who created that element.
Or maybe its not in API, but it is somewhere in sql backend? Is there documentation about sql model? We use postgresql as project backend engine.

3
In the EA.Element class there is boolean atrribute Locked, which identifies some user has locked the element. How is it possible to check in code, who locked the element?

Also, the method ApplyUserLock() just returns true/false, but no identification, who locked the element.

Thanks for hints.

Pages: [1]