Interface HookRegistry
- All Known Implementing Classes:
- HookRegistryImpl
public interface HookRegistry
- Author:
- semancik
- 
Method SummaryModifier and TypeMethodDescriptiondefault voidinvokeReadHooks(PrismObject<? extends ObjectType> object, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) Unused for now, as we have no read hooks today.voidregisterChangeHook(String url, ChangeHook changeHook) voidregisterReadHook(String url, ReadHook searchHook) 
- 
Method Details- 
registerChangeHook
- 
getAllChangeHooksList<ChangeHook> getAllChangeHooks()
- 
registerReadHook
- 
getAllReadHooksCollection<ReadHook> getAllReadHooks()
- 
invokeReadHooksdefault void invokeReadHooks(PrismObject<? extends ObjectType> object, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result) throws SchemaException, SecurityViolationException, CommunicationException, ConfigurationException, ObjectNotFoundException Unused for now, as we have no read hooks today.
 
-