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 TypeMethodDescriptionvoid
registerChangeHook
(String url, ChangeHook changeHook) void
registerReadHook
(String url, ReadHook searchHook) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.model.api.hooks.HookRegistry
invokeReadHooks
-
Constructor Details
-
HookRegistryImpl
public HookRegistryImpl()
-
-
Method Details
-
registerChangeHook
- Specified by:
registerChangeHook
in interfaceHookRegistry
-
getAllChangeHooks
- Specified by:
getAllChangeHooks
in interfaceHookRegistry
-
registerReadHook
- Specified by:
registerReadHook
in interfaceHookRegistry
-
getAllReadHooks
- Specified by:
getAllReadHooks
in interfaceHookRegistry
-