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 [2021/02/23 11:34]
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 135: Line 137:
       * supports base event types ''CREATE'', ''UPDATE'', ''DELETE''       * supports base event types ''CREATE'', ''UPDATE'', ''DELETE''
     * ''SysSystemDto'' - System in ACC module     * ''SysSystemDto'' - System in ACC module
 +      * supports base event types ''CREATE'', ''UPDATE'', ''DELETE''
 +    * ''SysRemoteServerDto'' - Remote server in ACC module
       * supports base event types ''CREATE'', ''UPDATE'', ''DELETE''       * supports base event types ''CREATE'', ''UPDATE'', ''DELETE''
     * ''SysSystemMappingDto'' - Mapping between system and his mapping of provisioning or sync     * ''SysSystemMappingDto'' - Mapping between system and his mapping of provisioning or sync
Line 209: Line 213:
 ==== 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