| ... | @@ -10,6 +10,8 @@ define a database, had to be re-named. |
... | @@ -10,6 +10,8 @@ define a database, had to be re-named. |
|
|
module - schema
|
|
module - schema
|
|
|
entity - table
|
|
entity - table
|
|
|
attribute - column
|
|
attribute - column
|
|
|
|
client - role/user
|
|
|
|
agenda - user/permission group
|
|
|
|
|
|
|
|
## Transitions
|
|
## Transitions
|
|
|
|
|
|
| ... | @@ -18,10 +20,14 @@ A transition is a change in a database. The basic set are "read","create", |
... | @@ -18,10 +20,14 @@ A transition is a change in a database. The basic set are "read","create", |
|
|
|
|
|
|
|
Custom transitions may be based on any of the basic ones and may define
|
|
Custom transitions may be based on any of the basic ones and may define
|
|
|
|
|
|
|
|
|
* type
|
|
|
* pre-state
|
|
* pre-state
|
|
|
* post-state
|
|
* post-state
|
|
|
* type
|
|
|
|
|
* binding-reference
|
|
* binding-reference
|
|
|
|
* notification
|
|
|
|
|
|
|
|
As well as which of the attributes of the entity may be changed with
|
|
As well as which of the attributes of the entity may be changed with
|
|
|
this transition. |
|
this transition.
|
|
\ No newline at end of file |
|
|
|
|
|
By listing a transition in the agenda section as an agenda-binding, that
|
|
|
|
agenda gets the right to that transition. |
|
|
|
\ No newline at end of file |