Attribute: currentUserId
user Id for current user. Used for access control, record of who creates and modifies objects, etc.
guid:
|
www.ccpn.ac.uk_Fogh_2006-12-31-09:03:01_00011
|
Model Type:
|
Word
|
Implementation Type:
|
String
|
Multiplicity:
|
1..1
|
Changeability:
|
changeable
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Default Value:
|
user
|
Constraint name:
|
value_is_alphanumeric
|
python code
|
isValid = frozenset('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789').issuperset(value)
|
|