Class HookRegistryImpl
java.lang.Object
com.evolveum.midpoint.model.impl.hooks.HookRegistryImpl
- All Implemented Interfaces:
- HookRegistry
- Author:
- semancik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidregisterChangeHook(String url, ChangeHook changeHook) voidregisterReadHook(String url, ReadHook searchHook) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.model.api.hooks.HookRegistryinvokeReadHooks
- 
Constructor Details- 
HookRegistryImplpublic HookRegistryImpl()
 
- 
- 
Method Details- 
registerChangeHook- Specified by:
- registerChangeHookin interface- HookRegistry
 
- 
getAllChangeHooks- Specified by:
- getAllChangeHooksin interface- HookRegistry
 
- 
registerReadHook- Specified by:
- registerReadHookin interface- HookRegistry
 
- 
getAllReadHooks- Specified by:
- getAllReadHooksin interface- HookRegistry
 
 
-