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

E17060-01

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

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

public class InterfaceActionOnTargetColumnSetUD
extends InterfaceActionOnTargetColumn

InterfaceActionOnTargetColumnSetUD is an interface action class used to set User Defined (UD) properties UD1 to UD10 for a column. The setting of a UD flag allows the column to participate in KM operations for a particular UD flag. Any combination of the ten UD flags may be set, depending on the UD flags used in a particular KM.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnTargetColumnSetUD(java.lang.String pColumnName, int pUDNumber, boolean pUDValue)
          Creates an action class instance which will set a User Defined (UD) flag for a column, when performAction is called.
 
Method Summary
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 
Methods inherited from class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
getColumnName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceActionOnTargetColumnSetUD

public InterfaceActionOnTargetColumnSetUD(java.lang.String pColumnName,
                                          int pUDNumber,
                                          boolean pUDValue)
Creates an action class instance which will set a User Defined (UD) flag for a column, 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 set the UD flag.

Parameters:
pColumnName - Name of the column for which the user defined flag is to be set
pUDNumber - The UD number, 1 to 10, indicating which User Defined flag is being set.
pUDValue - True if the mapping column participates in the operations linked to the specified User Defined flag, else false
Method Detail

performAction

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

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.