Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:architecture:dev:events [2020/08/13 07:35]
tomiskar [AsyncEntityEventProcessor]
devel:documentation:architecture:dev:events [2020/08/13 08:07]
tomiskar [AbstractInitApplicationProcessor]
Line 163: Line 163:
  
  
-The default order for listeners (''-'' => before, ''+'' => after)+The [[#predefined_processors_order|default order]] for listeners (''-'' => before, ''+'' => after).
-  * ''core'': **0** +
-  * ''provisioning'': **1000** +
-  * ''delete / archivate processed'': **5000**+
  
 ===== Basic interfaces ===== ===== Basic interfaces =====
Line 212: Line 209:
 ==== AbstractInitApplicationProcessor==== ==== AbstractInitApplicationProcessor====
  
-Use this super class for providing application and module [[todo|init data]].+Use this super class for providing application and module [[.events:init-data|init data]].
  
  
Line 349: Line 346:
 ===== Implemented processors ===== ===== Implemented processors =====
  
-Basic save and delete processors are not listed.+**Basic processors for simple operations (e.g. savedeleteare not listed.** All registered processors can be listed in agenda (Settings - Modules - Processors). 
 + 
 ==== Automatic roles processors ==== ==== Automatic roles processors ====
 <code properties> <code properties>
  • by tomiskar