|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |