public interface IImpacts
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getModifications()
Deprecated.
Returns all modifications that were caused by the execution of the action that caused these
impacts.
|
java.util.List |
getReverseActions()
Deprecated.
All reverse actions to undo the actions that caused these impacts.
These action should be in the correct order, starting at 0 till the end of the list. |
java.util.Collection getModifications()
java.util.List getReverseActions()
throws NotReversibleException
NotReversibleException - if the action was not reversible