Skip navigation links
oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionOnTargetMappingSetAttachedDataStore
java.lang.Object
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingAbstract
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingSetAttachedDataStore
- All Implemented Interfaces:
- IInterfaceAction
-
public class InterfaceActionOnTargetMappingSetAttachedDataStore
- extends InterfaceActionOnTargetMappingAbstract
InterfaceActionOnTargetMappingSetAttachedDataStore is an interface action class used to set an attached data store on a target mapping.
- Since:
- 11.1.1.3.0
- See Also:
InteractiveInterfaceHelperWithActions
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceActionOnTargetMappingSetAttachedDataStore
public InterfaceActionOnTargetMappingSetAttachedDataStore(java.lang.String pColumnName,
DataSet pDataSet,
SourceDataStore pSourceDataStore)
- Creates an action class instance which will set an attached data store on a target mapping, 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 data store.
- Parameters:
pColumnName - target column name
pDataSet - target data set
pSourceDataStore - source data store to attach to the mapping for the specified target column
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
Skip navigation links
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.