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

E17060-01

oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionOnTargetDataStoreToTemporary

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetDataStoreToTemporary
All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnTargetDataStoreToTemporary
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnTargetDataStoreToTemporary is an interface action class used to change a target data store to a temporary data store.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Nested Class Summary
 class InterfaceActionOnTargetDataStoreToTemporary.MappingMatchPolicy
          An inner class that implements the IMappingMatchPolicy interface, that is used in the performAction method to attempt to automatically reuse the existing mappings.
 
Constructor Summary
InterfaceActionOnTargetDataStoreToTemporary()
          Creates an action class instance which changes a target data store to a temporary data store, when performAction is called.
InterfaceActionOnTargetDataStoreToTemporary(boolean pKeepColumns, boolean pKeepDataStoreName)
          Creates an action class instance which changes a target data store to a temporary data store, when performAction is called.
 
Method Summary
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceActionOnTargetDataStoreToTemporary

public InterfaceActionOnTargetDataStoreToTemporary()
Creates an action class instance which changes a target data store to a temporary data store, when performAction is called. This constructor does not retain the datastore name or columns. The other constructor may be used if the name or columns are to be retained. This constructor should be called directly to create the action class instance. This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction to change the datastore to temporary.


InterfaceActionOnTargetDataStoreToTemporary

public InterfaceActionOnTargetDataStoreToTemporary(boolean pKeepColumns,
                                                   boolean pKeepDataStoreName)
Creates an action class instance which changes a target data store to a temporary data store, when performAction is called. This constructor should be called directly to create the action class instance. This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction to change the datastore to temporary.

Parameters:
pKeepColumns - true if columns will be retained, else false
pKeepDataStoreName - true if the data store name is retained, else false
Method Detail

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
For internal use only.

Specified by:
performAction in interface IInterfaceAction
Parameters:
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pActionHelper - the action helper instance

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

E17060-01

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