Package com.evolveum.midpoint.model.api.hooks
-
Interface Summary Interface Description ChangeHook TODO This applies to all changes, therefore it will "hook" into addObject, modifyObject and also deleteObject.HookRegistry ReadHook This applies to all read operations, therefore it will add "hook" into:ModelService.getObject(Class, String, java.util.Collection, com.evolveum.midpoint.task.api.Task, com.evolveum.midpoint.schema.result.OperationResult)
ModelService.searchObjects(Class, com.evolveum.midpoint.prism.query.ObjectQuery, java.util.Collection, com.evolveum.midpoint.task.api.Task, com.evolveum.midpoint.schema.result.OperationResult)
ModelService.searchObjectsIterative(Class, com.evolveum.midpoint.prism.query.ObjectQuery, ResultHandler, java.util.Collection, com.evolveum.midpoint.task.api.Task, com.evolveum.midpoint.schema.result.OperationResult)
TODO: this is just super simple, not stable, not finished yet. -
Enum Summary Enum Description HookOperationMode