doc/book/en/B0011-schema-stdlib.en.txt
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 1205 79d33f7db590
equal deleted inserted replaced
1397:6cbc7bc8ea6d 1398:5fe84a5f7035
    10 
    10 
    11 System schemas
    11 System schemas
    12 ``````````````
    12 ``````````````
    13 The available system entities are:
    13 The available system entities are:
    14 
    14 
    15 * `EUser`, system users
    15 * `CWUser`, system users
    16 * `EGroup`, users groups
    16 * `CWGroup`, users groups
    17 * `EEType`, entity type
    17 * `CWEType`, entity type
    18 * `ERType`, relation type
    18 * `CWRType`, relation type
    19 
    19 
    20 * `State`, workflow state
    20 * `State`, workflow state
    21 * `Transition`, workflow transition
    21 * `Transition`, workflow transition
    22 * `TrInfo`, record of a transition trafic for an entity 
    22 * `TrInfo`, record of a transition trafic for an entity 
    23 
    23 
    24 * `EmailAddress`, email address, used by the system to send notifications
    24 * `EmailAddress`, email address, used by the system to send notifications
    25   to the users and also used by others optionnals schemas
    25   to the users and also used by others optionnals schemas
    26 
    26 
    27 * `EProperty`, used to configure the application
    27 * `CWProperty`, used to configure the application
    28 * `EPermission`, used to configure the security of the application
    28 * `CWPermission`, used to configure the security of the application
    29 
    29 
    30 * `Card`, generic documenting card
    30 * `Card`, generic documenting card
    31 * `Bookmark`, an entity type used to allow a user to customize his links within
    31 * `Bookmark`, an entity type used to allow a user to customize his links within
    32   the application
    32   the application
    33 
    33