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

E17060-01

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

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

public class InterfaceActionOnSourceDataStoreSetAlias
extends InterfaceActionOnSourceDataStoreAbstract

InterfaceActionOnSourceDataStoreSetAlias is an action class used to set the default alias for a source SourceDataStore object in an ODI interface. The alias is used as a SQL table alias in the generated SQL select query for the source.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore pSourceDataStore, java.lang.String pAlias)
          A constructor for the action class.
InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore pSourceDataStore, java.lang.String pAlias, boolean pNormalize)
          A constructor for the action class.
 
Method Summary
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          Action that is performed on the ODI interface objects.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceActionOnSourceDataStoreSetAlias

public InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore pSourceDataStore,
                                                java.lang.String pAlias)
A constructor for the action class.

Parameters:
pSourceDataStore - The data store for which to set the alias.
pAlias - The new string value for the source alias.

InterfaceActionOnSourceDataStoreSetAlias

public InterfaceActionOnSourceDataStoreSetAlias(SourceDataStore pSourceDataStore,
                                                java.lang.String pAlias,
                                                boolean pNormalize)
A constructor for the action class.

Parameters:
pSourceDataStore - The data store for which to set the alias.
pAlias - The new string value for the source alias.
pNormalize - If true, then the alias is normalized. The normalization converts the alias to uppercase and any non-standard characters are converted to standard characters.
Method Detail

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
Description copied from interface: IInterfaceAction
Action that is performed on the ODI interface objects.

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.