Changes between Version 6 and Version 7 of JuergeN
- Timestamp:
- 18.07.2011 15:48:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JuergeN
v6 v7 78 78 === Operations === 79 79 80 We need to define a list of valid operations such as 80 Which operations does the server offer/allow on objects and associations? 81 We need to define a list of valid operations for Topics Associations and ~Types. Those are: 81 82 * create 82 * modify83 * update/modify 83 84 * delete 84 * view/read85 * get/read (by ID/Value) 85 86 * search/scan 86 * compare(true/false) 87 * navigate (what's related?) 88 * still missing: equals/compare(true/false) 87 89 88 90 === Roles === 89 91 90 Valid operations should be defined through roles, like92 Valid operations should be defined/idenfied through roles (via Tokens), like 91 93 94 * SYSTEM 92 95 * administrator 93 96 * creator