Class HookRegistryImpl
- java.lang.Object
- 
- com.evolveum.midpoint.model.impl.hooks.HookRegistryImpl
 
- 
- All Implemented Interfaces:
- HookRegistry
 
 @Component public class HookRegistryImpl extends Object implements HookRegistry - Author:
- semancik
 
- 
- 
Constructor SummaryConstructors Constructor Description HookRegistryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChangeHook>getAllChangeHooks()Collection<ReadHook>getAllReadHooks()voidregisterChangeHook(String url, ChangeHook changeHook)voidregisterReadHook(String url, ReadHook searchHook)
 
- 
- 
- 
Method Detail- 
registerChangeHookpublic void registerChangeHook(String url, ChangeHook changeHook) - Specified by:
- registerChangeHookin interface- HookRegistry
 
 - 
getAllChangeHookspublic List<ChangeHook> getAllChangeHooks() - Specified by:
- getAllChangeHooksin interface- HookRegistry
 
 - 
registerReadHookpublic void registerReadHook(String url, ReadHook searchHook) - Specified by:
- registerReadHookin interface- HookRegistry
 
 - 
getAllReadHookspublic Collection<ReadHook> getAllReadHooks() - Specified by:
- getAllReadHooksin interface- HookRegistry
 
 
- 
 
-