Uses of Package
com.evolveum.midpoint.model.api.hooks
-
Packages that use com.evolveum.midpoint.model.api.hooks Package Description com.evolveum.midpoint.model.api.hooks -
Classes in com.evolveum.midpoint.model.api.hooks used by com.evolveum.midpoint.model.api.hooks Class Description ChangeHook TODO This applies to all changes, therefore it will "hook" into addObject, modifyObject and also deleteObject.HookOperationMode 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.