| Package | Description | 
|---|---|
| org.pentaho.platform.api.engine | 
| Modifier and Type | Method and Description | 
|---|---|
IActionParameter | 
IParameterManager.getCurrentInput(String inputName)  | 
IActionParameter | 
IParameterManager.getCurrentOutput(String outputName)  | 
IActionParameter | 
IParameterManager.getInput(String inputName)  | 
IActionParameter | 
IRuntimeContext.getInputParameter(String name)
Returns the named input parameter. 
 | 
IActionParameter | 
IParameterManager.getLoopParameter(String inputName)  | 
IActionParameter | 
IRuntimeContext.getOutputParameter(String name)
Returns the named output parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IRuntimeContext.addInputParameter(String name,
                 IActionParameter param)
Adds an input parameter to the list of all inputs for the action sequence 
 | 
void | 
IRuntimeContext.addTempParameter(String name,
                IActionParameter output)
Adds a parameter to the current inputs. 
 | 
void | 
IParameterManager.addToAllInputs(String key,
              IActionParameter param)  | 
void | 
IParameterManager.addToCurrentInputs(String key,
                  IActionParameter param)  | 
void | 
IRuntimeContext.createFeedbackParameter(IActionParameter actionParam)
Deprecated. 
 
Adds a feedback parameter for prompts based on an Action Parameter. Uses the Selections defined in
             the Action Parameter for the options and sets the default to the current value 
 |