com.evolveum.midpoint.model.hooks
Class HookRegistryImpl
java.lang.Object
com.evolveum.midpoint.model.hooks.HookRegistryImpl
- All Implemented Interfaces:
- HookRegistry
@Component
public class HookRegistryImpl
- extends Object
- implements HookRegistry
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HookRegistryImpl
public HookRegistryImpl()
registerChangeHook
public void registerChangeHook(String url,
ChangeHook changeHook)
- Specified by:
registerChangeHook
in interface HookRegistry
getAllChangeHooks
public Collection<ChangeHook> getAllChangeHooks()
- Specified by:
getAllChangeHooks
in interface HookRegistry
Copyright © 2013 evolveum. All Rights Reserved.