|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChangeHook
TODO This applies to all changes, therefore it will "hook" into addObject, modifyObject and also deleteObject.
| Method Summary | |
|---|---|
HookOperationMode |
postChange(java.util.Collection<ObjectDelta<?>> changes,
Task task,
OperationResult result)
Callback after the change is executed by the model. |
HookOperationMode |
preChangePrimary(java.util.Collection<ObjectDelta<?>> changes,
Task task,
OperationResult result)
Callback before the change is processed by the model. |
HookOperationMode |
preChangeSecondary(java.util.Collection<ObjectDelta<?>> changes,
Task task,
OperationResult result)
Callback before the change is processed by the model. |
| Method Detail |
|---|
HookOperationMode preChangePrimary(java.util.Collection<ObjectDelta<?>> changes,
Task task,
OperationResult result)
changes - primary changestask - task in which context we executeresult - ????
HookOperationMode
HookOperationMode preChangeSecondary(java.util.Collection<ObjectDelta<?>> changes,
Task task,
OperationResult result)
changes - secondary changestask - task in which context we executeresult - ????
HookOperationMode
HookOperationMode postChange(java.util.Collection<ObjectDelta<?>> changes,
Task task,
OperationResult result)
changes - changes after the executiontask - task in which context we executeresult - ????
HookOperationMode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||