Triggers: Difference between revisions

71 bytes added ,  22 September 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 47: Line 47:


== Actions ==
== Actions ==
These are the defined ''Actions''.
{| class="wikitable"
{| class="wikitable"
|-
|-
! Action !! Phase !! Execution type
! Action !! Phase !! Execution type
|-
|-
| rowspan="3" | Creating an entry
| rowspan="3" | '''Creating an entry'''
| opening Entry Edit card for add || synchronous
| opening Entry Edit card for add || synchronous
|-
|-
Line 58: Line 59:
| after saving the entry || asynchronous
| after saving the entry || asynchronous
|-
|-
| rowspan="3" | Updating an entry
| rowspan="3" | '''Updating an entry'''
| opening card for update || synchronous
| opening card for update || synchronous
|-
|-
Line 65: Line 66:
|after saving the entry || asynchronous
|after saving the entry || asynchronous
|-
|-
| rowspan="2" | Deleting an entry
| rowspan="2" | '''Deleting an entry'''
| before deleting an entry || synchronous
| before deleting an entry || synchronous
|-
|-
| after deleting an entry || asynchronous
| after deleting an entry || asynchronous
|-
|-
| rowspan="2" | Opening the Entry Edit card
| rowspan="2" | '''Opening the Entry Edit card'''
| before the window display || synchronous
| before the window display || synchronous
|-
|-
| after the window display || asynchronous
| after the window display || asynchronous
|-
|-
| rowspan="2" | Adding entries to Favorites
| rowspan="2" | '''Adding entries to Favorites'''
| before the operation || synchronous
| before the operation || synchronous
|-
|-
| after the operation || asynchronous
| after the operation || asynchronous
|-
|-
| rowspan="2" | Deleting an entry from Favorites
| rowspan="2" | '''Deleting an entry from Favorites'''
| before the operation || synchronous
| before the operation || synchronous
|-  
|-