com.evolveum.midpoint.model.api.hooks
Interface HookRegistry

All Known Implementing Classes:
HookRegistryImpl

public interface HookRegistry

Author:
semancik

Method Summary
 Collection<ChangeHook> getAllChangeHooks()
           
 void registerChangeHook(String url, ChangeHook changeHook)
           
 

Method Detail

registerChangeHook

void registerChangeHook(String url,
                        ChangeHook changeHook)

getAllChangeHooks

Collection<ChangeHook> getAllChangeHooks()


Copyright © 2013 evolveum. All Rights Reserved.