Changes between Version 7 and Version 8 of JuergeN
- Timestamp:
- 18.07.2011 16:40:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JuergeN
v7 v8 103 103 104 104 === Attributes === 105 Every object should have a set of attributes, e.g.105 Every object should have a set of inherent attributes (properties), e.g. 106 106 * create time 107 107 * modify time 108 108 * access time 109 * creator110 * owner109 * not: creator -> association 110 * not: owner -> association 111 111 * ro 112 * hidden113 * private 114 * isolated ( cannot be linked) (?)115 * label (?)112 * not: hidden -> association (viewable e.g. based on context) 113 * private (interface shortcut for ACL) 114 * isolated (=object cannot be associated) (insterface shortcut for ACL) 115 * not: label -> association -> name/label 116 116 117 {{{118 Example:119 _ _120 object (_)-----------------(_) user121 attribute:owner122 123 }}}124 125 117 === Access Control Lists === 126 Every object (nodes and edges) shall have ACLs. 127 * Group A: read only (ro) 128 * Group B: read write (rw) 129 * everyone: read only (ro) 118 Every object (nodes and edges) shall have inherent ACLs (properties). 119 * Group A: read (r) 120 * Group B: read,update,delete (rud) 121 * everyone: read (r) 122 * user(n): associate (a) 130 123 131 124 Questions: How do ACLs relate to edges? May one see the association to a hidden object?