|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImpacts
Implementations of this interface represent impacts that have been caused by the execution of an action.
| Method Summary | |
|---|---|
java.util.Collection<InterfaceObjectModification> |
getModifications()Returns all modifications that were caused by the execution of the action that caused these impacts. |
java.util.List<IInterfaceAction> |
getReverseActions()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. |
| Method Detail |
|---|
java.util.Collection<InterfaceObjectModification> getModifications()
java.util.List<IInterfaceAction> getReverseActions()
throws NotReversibleException
NotReversibleException - if the action was not reversible
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||