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

E17060-01

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

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

public class InterfaceActionOnTargetColumnSetIndicator
extends InterfaceActionOnTargetColumn

InterfaceActionOnTargetColumnSetIndicator is an interface action class used to set an indicator flag for a column. The indicator flags are: CHECK_NOT_NULL, INSERT, UPDATE, and UPDATE_KEY. The INSERT flag indicates that a mapping column participates in the insertion operations in the target table. The UPDATE flag indicates that a mapping column participates in the update operations in the target table. The CHECK_NOT_NULL flag applies to flow control and indicates that the column is checked for null values. The UPDATE_KEY flag indicates that the column participates in the update key for the interface

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Nested Class Summary
static class InterfaceActionOnTargetColumnSetIndicator.IndicatorType
          The IndicatorType enumeration defines the indicator flags for a column.
 
Constructor Summary
InterfaceActionOnTargetColumnSetIndicator(InterfaceActionOnTargetColumnSetIndicator.IndicatorType pIndicatorType, java.lang.String pTargetColumnName, boolean pValue)
          Creates an action class instance which will set the specified indicator flag on 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

InterfaceActionOnTargetColumnSetIndicator

public InterfaceActionOnTargetColumnSetIndicator(InterfaceActionOnTargetColumnSetIndicator.IndicatorType pIndicatorType,
                                                 java.lang.String pTargetColumnName,
                                                 boolean pValue)
Creates an action class instance which will set the specified indicator flag on a column, when performAction is called. The following indicator flags may be set for a column: CHECK_NOT_NULL, INSERT, UPDATE, and UPDATE_KEY. This constructor should be called directly to create the action class instance. This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction to set the indicator flag.

Parameters:
pIndicatorType - Type of indicator to set. The indicators are an enumeration defined in this class with values CHECK_NOT_NULL, INSERT, UPDATE, and UPDATE_KEY.
pTargetColumnName - Name of the column for which this indicator is to be set.
pValue - True if the specified indicator is to be set, 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.