|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerLazy
public class DataStoreReferenceBreakerLazy
This implementation is lazy and doesn't do anything to break references.
| Constructor Summary | |
|---|---|
DataStoreReferenceBreakerLazy() |
|
| Method Summary | |
|---|---|
void |
breakReferences(IReference[] pReferences, IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)Breaks the references pReferences.Implementations should use actions on the pActionHelper to do any appropriate actions needed to break the references. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataStoreReferenceBreakerLazy()
| Method Detail |
|---|
public void breakReferences(IReference[] pReferences,
IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
throws VetoActionException
IDataStoreReferenceBreakerpReferences.pActionHelper to do any appropriate actions needed to break the references.breakReferences in interface IDataStoreReferenceBreakerpReferences - the references that need to be broken prior to deleting an objectpInterfaceActionListener - the action listener to be passed to actionspInterfaceUndoListener - the undo listener to be passed to actionspActionHelper - the action helper on which the actions can be executedVetoActionException - if one or more references cannot be broken, hence aborting the delete process
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||