Possible to lock attribute write access by Doors User?
Posted
by
Philip Nguyen
on Stack Overflow
See other posts from Stack Overflow
or by Philip Nguyen
Published on 2012-10-08T19:48:49Z
Indexed on
2012/10/08
21:37 UTC
Read the original article
Hit count: 187
Is it possible to programmatically lock certain attributes based on the user? So certain attributes can be written to by User2 and certain attributes cannot be written to by User2. However, User1 may have write access to all attributes.
What is the most efficient way of accomplishing this? I have to worry about not taking up too many computational resources, as I would like this to be able to work on quite large modules.
© Stack Overflow or respective owner