Uses of Interface
com.evolveum.midpoint.model.api.hooks.ChangeHook
-
Packages that use ChangeHook Package Description com.evolveum.midpoint.model.api.hooks com.evolveum.midpoint.model.impl.hooks -
-
Uses of ChangeHook in com.evolveum.midpoint.model.api.hooks
Methods in com.evolveum.midpoint.model.api.hooks that return types with arguments of type ChangeHook Modifier and Type Method Description List<ChangeHook>
HookRegistry. getAllChangeHooks()
Methods in com.evolveum.midpoint.model.api.hooks with parameters of type ChangeHook Modifier and Type Method Description void
HookRegistry. registerChangeHook(String url, ChangeHook changeHook)
-
Uses of ChangeHook in com.evolveum.midpoint.model.impl.hooks
Methods in com.evolveum.midpoint.model.impl.hooks that return types with arguments of type ChangeHook Modifier and Type Method Description List<ChangeHook>
HookRegistryImpl. getAllChangeHooks()
Methods in com.evolveum.midpoint.model.impl.hooks with parameters of type ChangeHook Modifier and Type Method Description void
HookRegistryImpl. registerChangeHook(String url, ChangeHook changeHook)
-