Uses of Class
com.evolveum.midpoint.model.api.hooks.HookOperationMode

Packages that use HookOperationMode
com.evolveum.midpoint.model.api.hooks   
 

Uses of HookOperationMode in com.evolveum.midpoint.model.api.hooks
 

Methods in com.evolveum.midpoint.model.api.hooks that return HookOperationMode
 HookOperationMode ChangeHook.postChange(java.util.Collection<ObjectDelta<?>> changes, Task task, OperationResult result)
          Callback after the change is executed by the model.
 HookOperationMode ChangeHook.preChangePrimary(java.util.Collection<ObjectDelta<?>> changes, Task task, OperationResult result)
          Callback before the change is processed by the model.
 HookOperationMode ChangeHook.preChangeSecondary(java.util.Collection<ObjectDelta<?>> changes, Task task, OperationResult result)
          Callback before the change is processed by the model.
static HookOperationMode HookOperationMode.valueOf(java.lang.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.
 



Copyright © 2012 evolveum. All Rights Reserved.