Skip navigation links
oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionOnTargetMappingSetLocation
java.lang.Object
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingAbstract
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingSetLocation
- All Implemented Interfaces:
- IInterfaceAction
-
public class InterfaceActionOnTargetMappingSetLocation
- extends InterfaceActionOnTargetMappingAbstract
InterfaceActionOnTargetMappingSetLocation is an interface action class used to set the location 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 |
InterfaceActionOnTargetMappingSetLocation
public InterfaceActionOnTargetMappingSetLocation(java.lang.String pColumnName,
IMappingChooser pMappingChooser)
- Creates an action class instance which will set the location on a target mapping to ExecutionLocation.TARGET, 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 location.
Example:
interactiveHelper.performAction(new InterfaceActionOnTargetMappingSetLocation(definition.getColumnName(), new MappingChooserFirst()));
- Parameters:
pColumnName - name of the target column
pMappingChooser - Mapping chooser class instance used to determine the mapping expression
- See Also:
MappingChooserDataSet, MappingChooserFirst
InterfaceActionOnTargetMappingSetLocation
public InterfaceActionOnTargetMappingSetLocation(java.lang.String pColumnName,
OdiInterface.ExecutionLocation pExecutionLocation,
DataSet pDataSet)
- Creates an action class instance which will set the location 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 location. Example: interactiveHelper.performAction(new InterfaceActionOnTargetMappingSetLocation(definition.getColumnName(), definition.getExecutionLocation(), dataSet));
- Parameters:
pColumnName - name of the target column
pExecutionLocation - location to assign to the target mapping, one of ExecutionLocation.SOURCE, ExecutionLocation.WORK, or ExecutionLocation.TARGET
pDataSet - data set of the target mapping
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 © 2010, 2013, Oracle and/or its affiliates. All rights reserved.