Uses of Class
com.evolveum.midpoint.model.api.hooks.HookOperationMode
- 
Packages that use HookOperationMode Package Description com.evolveum.midpoint.model.api.hooks 
- 
- 
Uses of HookOperationMode in com.evolveum.midpoint.model.api.hooksMethods in com.evolveum.midpoint.model.api.hooks that return HookOperationMode Modifier and Type Method Description <O extends ObjectType>
 HookOperationModeChangeHook. invoke(@NotNull ModelContext<O> context, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Generic method to be implemented by the hook.static HookOperationModeHookOperationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HookOperationMode[]HookOperationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-