|
||||||||||
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 |
invoke(ModelContext context,
Task task,
OperationResult result)
Generic method to be implemented by the hook. |
void |
postChange(java.util.Collection<ObjectDelta<? extends ObjectType>> changes,
Task task,
OperationResult result)
Deprecated. |
Method Detail |
---|
HookOperationMode invoke(ModelContext context, Task task, OperationResult result)
@Deprecated void postChange(java.util.Collection<ObjectDelta<? extends ObjectType>> changes, Task task, OperationResult result)
changes
- changes after the executiontask
- task in which context we executeresult
- ????
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |