|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataStoreReferenceBreaker
Makes sure that breaking (deleting) these references will not have a bad impact on the diagram, and throw a Veto if these references shouldn't be deleted.
This is called whenever we delete a source object, and it should take care of breaking references to the deleted object.
| 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. |
| Method Detail |
|---|
void breakReferences(IReference[] pReferences,
IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
throws VetoActionException
pReferences.pActionHelper to do any appropriate actions needed to break the references.pReferences - 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.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||