Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.interfaces.interactive.support.references.breakers
Class DataStoreReferenceBreakerLazy

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerLazy

All Implemented Interfaces:
IDataStoreReferenceBreaker

public class DataStoreReferenceBreakerLazy
extends java.lang.Object
implements IDataStoreReferenceBreaker

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

DataStoreReferenceBreakerLazy

public DataStoreReferenceBreakerLazy()

Method Detail

breakReferences

public void breakReferences(IReference[] pReferences,
                            IInterfaceActionListener pInterfaceActionListener,
                            IInterfaceUndoListener pInterfaceUndoListener,
                            IActionHelper pActionHelper)
                     throws VetoActionException
Description copied from interface: IDataStoreReferenceBreaker
Breaks the references pReferences.
Implementations should use actions on the pActionHelper to do any appropriate actions needed to break the references.
Specified by:
breakReferences in interface IDataStoreReferenceBreaker
Parameters:
pReferences - the references that need to be broken prior to deleting an object
pInterfaceActionListener - the action listener to be passed to actions
pInterfaceUndoListener - the undo listener to be passed to actions
pActionHelper - the action helper on which the actions can be executed
Throws:
VetoActionException - if one or more references cannot be broken, hence aborting the delete process

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.