Interface HookRegistry
public interface HookRegistry
- Author:
- semancik
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
invokeReadHooks
(PrismObject<? extends ObjectType> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) Unused for now, as we have no read hooks today.void
registerChangeHook
(String url, ChangeHook changeHook) void
registerReadHook
(String url, ReadHook searchHook)
-
Method Details
-
registerChangeHook
-
getAllChangeHooks
List<ChangeHook> getAllChangeHooks() -
registerReadHook
-
getAllReadHooks
Collection<ReadHook> getAllReadHooks() -
invokeReadHooks
default void invokeReadHooks(PrismObject<? extends ObjectType> object, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws SchemaException, SecurityViolationException, CommunicationException, ConfigurationException, ObjectNotFoundException Unused for now, as we have no read hooks today.
-