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.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
 java.util.Collection<ChangeHook> HookRegistry.getAllChangeHooks()
           
 

Methods in com.evolveum.midpoint.model.api.hooks with parameters of type ChangeHook
 void HookRegistry.registerChangeHook(java.lang.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
 java.util.Collection<ChangeHook> HookRegistryImpl.getAllChangeHooks()
           
 

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

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.
 



Copyright © 2012 evolveum. All Rights Reserved.