Uses of Interface
com.evolveum.midpoint.model.api.hooks.ChangeHook

Packages that use ChangeHook
com.evolveum.midpoint.model.api.hooks   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.hooks   
com.evolveum.midpoint.notifications   
com.evolveum.midpoint.wf   
 

Uses of ChangeHook in com.evolveum.midpoint.model.api.hooks
 

Methods in com.evolveum.midpoint.model.api.hooks that return types with arguments of type ChangeHook
 Collection<ChangeHook> HookRegistry.getAllChangeHooks()
           
 

Methods in com.evolveum.midpoint.model.api.hooks with parameters of type ChangeHook
 void HookRegistry.registerChangeHook(String url, ChangeHook changeHook)
           
 

Uses of ChangeHook in com.evolveum.midpoint.model.controller
 

Classes in com.evolveum.midpoint.model.controller that implement ChangeHook
 class SystemConfigurationHandler
           
 

Uses of ChangeHook in com.evolveum.midpoint.model.hooks
 

Methods in com.evolveum.midpoint.model.hooks that return types with arguments of type ChangeHook
 Collection<ChangeHook> HookRegistryImpl.getAllChangeHooks()
           
 

Methods in com.evolveum.midpoint.model.hooks with parameters of type ChangeHook
 void HookRegistryImpl.registerChangeHook(String url, ChangeHook changeHook)
           
 

Uses of ChangeHook in com.evolveum.midpoint.notifications
 

Classes in com.evolveum.midpoint.notifications that implement ChangeHook
 class NotificationChangeHook
          One of interfaces of the notifier to midPoint.
 

Uses of ChangeHook in com.evolveum.midpoint.wf
 

Classes in com.evolveum.midpoint.wf that implement ChangeHook
 class WfHook
          Provides an interface between the model and the workflow engine: catches hook calls and determines which ones require workflow invocation
 



Copyright © 2013 evolveum. All Rights Reserved.