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 08:05]
tomiskar
devel:documentation:architecture:dev:events [2020/10/29 07:28]
tomiskar
Line 128: Line 128:
     * ''ModuleDescriptorDto'' - application modules     * ''ModuleDescriptorDto'' - application modules
       * supports base event types ''INIT'', ''ENABLE'', ''DISABLE''       * supports base event types ''INIT'', ''ENABLE'', ''DISABLE''
 +    * ''IdmScripDto'' - groovy scripts
 +      * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' 
   * ''acc'':   * ''acc'':
     * ''AccAccountDto'' - Accounts on target system     * ''AccAccountDto'' - Accounts on target system
Line 209: Line 211:
 ==== 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]].
  
  
  • by tomiskar