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

E17060-01

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

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

public class InterfaceActionOnTemporaryTargetDataStoreRemoveColumn
extends java.lang.Object
implements IInterfaceAction

InterfaceActionOnTemporaryTargetDataStoreRemoveColumn is an interface action class used to remove a column from a temporary target data store.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnTemporaryTargetDataStoreRemoveColumn(java.lang.String pColumnName)
          Creates an action class instance which will remove a column from a temporary target data store, when performAction is called.
 
Method Summary
 com.sunopsis.dwg.dbobj.DwgConnectConnection getSecurityConnection()
          Gets the security connection.
 com.sunopsis.security.DwgSecurityManager getSecurityManager()
          Gets the security manager.
 com.sunopsis.dwg.dbobj.DwgConnectConnection getWorkRepositoryConnection()
          Gets the work repository connection.
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.
 void setSecurityConnection(com.sunopsis.dwg.dbobj.DwgConnectConnection securityConnection)
          Sets the security connection.
 void setSecurityManager(com.sunopsis.security.DwgSecurityManager securityManager)
          Sets the security manager.
 void setWorkRepositoryConnection(com.sunopsis.dwg.dbobj.DwgConnectConnection workRepositoryConnection)
          Sets the work repository connection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceActionOnTemporaryTargetDataStoreRemoveColumn

public InterfaceActionOnTemporaryTargetDataStoreRemoveColumn(java.lang.String pColumnName)
Creates an action class instance which will remove a column from a temporary target 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 remove the column.

Parameters:
pColumnName - name of the column to remove
Method Detail

getSecurityConnection

public com.sunopsis.dwg.dbobj.DwgConnectConnection getSecurityConnection()
Gets the security connection.

Returns:
security connection
See Also:
setSecurityConnection(com.sunopsis.dwg.dbobj.DwgConnectConnection), setSecurityConnection(DwgConnectConnection)

getSecurityManager

public com.sunopsis.security.DwgSecurityManager getSecurityManager()
Gets the security manager.

Returns:
security manager
See Also:
setSecurityManager(com.sunopsis.security.DwgSecurityManager), setSecurityManager(DwgSecurityManager)

getWorkRepositoryConnection

public com.sunopsis.dwg.dbobj.DwgConnectConnection getWorkRepositoryConnection()
Gets the work repository connection.

Returns:
work repository connection
See Also:
setWorkRepositoryConnection(com.sunopsis.dwg.dbobj.DwgConnectConnection), setWorkRepositoryConnection(DwgConnectConnection)

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

setSecurityConnection

public void setSecurityConnection(com.sunopsis.dwg.dbobj.DwgConnectConnection securityConnection)
Sets the security connection.

Parameters:
securityConnection - security connection to set
See Also:
getSecurityConnection(), getSecurityConnection()

setSecurityManager

public void setSecurityManager(com.sunopsis.security.DwgSecurityManager securityManager)
Sets the security manager.

Parameters:
securityManager - security manager to set
See Also:
getSecurityManager(), getSecurityManager()

setWorkRepositoryConnection

public void setWorkRepositoryConnection(com.sunopsis.dwg.dbobj.DwgConnectConnection workRepositoryConnection)
Sets the work repository connection.

Parameters:
workRepositoryConnection - work repository connection to set
See Also:
getWorkRepositoryConnection(), getWorkRepositoryConnection()

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.