|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKMOptionValue
public class InterfaceActionSetKMOptionValue
InterfaceActionSetKMOptionValue is an interface action class used to set a knowledge module (KM) option.
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionSetKMOptionValue(java.lang.Object pKMHolder, InterfaceActionSetKM.KMType pKMType, java.lang.String pOptionName)Creates an action class instance which will assign a knowledge module option with a default value to a source set, staging area, or target datastore, when performAction is called. |
|
InterfaceActionSetKMOptionValue(java.lang.Object pKMHolder, InterfaceActionSetKM.KMType pKMType, java.lang.String pOptionName, java.lang.Object pValue)Creates an action class instance which will assign a knowledge module option to a source set, staging area, or target datastore, when performAction is called. |
|
| Method Summary | |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterfaceActionSetKMOptionValue(java.lang.Object pKMHolder,
InterfaceActionSetKM.KMType pKMType,
java.lang.String pOptionName,
java.lang.Object pValue)
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 KM option.
pKMHolder - SourceSet, StagingArea, or TargetDataStore for the KM.pKMType - The knowledge module type, LKM, IKM, CKMpOptionName - name of the optionpValue - option value
public InterfaceActionSetKMOptionValue(java.lang.Object pKMHolder,
InterfaceActionSetKM.KMType pKMType,
java.lang.String pOptionName)
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 KM option.
pKMHolder - SourceSet, StagingArea, or TargetDataStore for the KM.pKMType - The knowledge module type, LKM, IKM, CKMpOptionName - name of the option| Method Detail |
|---|
public void performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
performAction in interface IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||