Class HookRegistryImpl
java.lang.Object
com.evolveum.midpoint.model.impl.hooks.HookRegistryImpl
- All Implemented Interfaces:
HookRegistry
- Author:
- semancik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterChangeHook(String url, ChangeHook changeHook) voidregisterReadHook(String url, ReadHook searchHook)
-
Constructor Details
-
HookRegistryImpl
public HookRegistryImpl()
-
-
Method Details
-
registerChangeHook
- Specified by:
registerChangeHookin interfaceHookRegistry
-
getAllChangeHooks
- Specified by:
getAllChangeHooksin interfaceHookRegistry
-
registerReadHook
- Specified by:
registerReadHookin interfaceHookRegistry
-
getAllReadHooks
- Specified by:
getAllReadHooksin interfaceHookRegistry
-