|
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 | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.Impacts
public class Impacts
Default implementation for IImpacts.
| Constructor Summary | |
|---|---|
Impacts()Empty impacts: empty modifications and empty reverse actions. |
|
Impacts(IImpacts[] pImpactsArray)Same than Impacts(List<IImpacts>) with an array of impacts. |
|
Impacts(java.util.List<IImpacts> pImpactsList)Build impacts from a list of impacts: adds the modifications and reverse actions of the list of impacts pImpactsList. |
|
Impacts(java.util.List<InterfaceObjectModification> pModifications, java.util.List<IInterfaceAction> pReverseActions)Creates impacts with these modifications and reverse actions. |
|
| Method Summary | |
|---|---|
java.util.List<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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Impacts(java.util.List<InterfaceObjectModification> pModifications,
java.util.List<IInterfaceAction> pReverseActions)
pModifications - the modifications for this impactpReverseActions - the reverse actions to rollback the action that caused these impacts. A null value means that the action is not reversiblepublic Impacts()
public Impacts(java.util.List<IImpacts> pImpactsList)
pImpactsList.
pImpactsList - the list of impacts represented by this IImpactspublic Impacts(IImpacts[] pImpactsArray)
Impacts(List<IImpacts>) with an array of impacts.
pImpactsArray - the list of impacts represented by this IImpacts| Method Detail |
|---|
public java.util.List<InterfaceObjectModification> getModifications()
getModifications in interface IImpacts
public java.util.List<IInterfaceAction> getReverseActions()
throws NotReversibleException
getReverseActions in interface IImpactsNotReversibleException - 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 | |||||||||