| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IActionParameter | |
|---|---|
| org.pentaho.platform.api.engine | |
| org.pentaho.platform.engine.services.actionsequence | |
| org.pentaho.platform.engine.services.runtime | |
| Uses of IActionParameter in org.pentaho.platform.api.engine | 
|---|
| Methods in org.pentaho.platform.api.engine that return IActionParameter | |
|---|---|
 IActionParameter | 
IParameterManager.getCurrentInput(java.lang.String inputName)
 | 
 IActionParameter | 
IParameterManager.getCurrentOutput(java.lang.String outputName)
 | 
 IActionParameter | 
IParameterManager.getInput(java.lang.String inputName)
 | 
 IActionParameter | 
IRuntimeContext.getInputParameter(java.lang.String name)
Returns the named input parameter.  | 
 IActionParameter | 
IParameterManager.getLoopParameter(java.lang.String inputName)
 | 
 IActionParameter | 
IRuntimeContext.getOutputParameter(java.lang.String name)
Returns the named output parameter.  | 
| Methods in org.pentaho.platform.api.engine with parameters of type IActionParameter | |
|---|---|
 void | 
IRuntimeContext.addInputParameter(java.lang.String name,
                  IActionParameter param)
Adds an input parameter to the list of all inputs for the action sequence  | 
 void | 
IRuntimeContext.addTempParameter(java.lang.String name,
                 IActionParameter output)
Adds a parameter to the current inputs.  | 
 void | 
IParameterManager.addToAllInputs(java.lang.String key,
               IActionParameter param)
 | 
 void | 
IParameterManager.addToCurrentInputs(java.lang.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  | 
| Uses of IActionParameter in org.pentaho.platform.engine.services.actionsequence | 
|---|
| Classes in org.pentaho.platform.engine.services.actionsequence that implement IActionParameter | |
|---|---|
 class | 
ActionParameter
 | 
| Uses of IActionParameter in org.pentaho.platform.engine.services.runtime | 
|---|
| Methods in org.pentaho.platform.engine.services.runtime that return IActionParameter | |
|---|---|
 IActionParameter | 
ParameterManager.getCurrentInput(java.lang.String inputName)
 | 
 IActionParameter | 
ParameterManager.getCurrentOutput(java.lang.String outputName)
 | 
 IActionParameter | 
ParameterManager.getInput(java.lang.String inputName)
 | 
 IActionParameter | 
RuntimeContext.getInputParameter(java.lang.String name)
 | 
 IActionParameter | 
ParameterManager.getLoopParameter(java.lang.String inputName)
 | 
 IActionParameter | 
RuntimeContext.getOutputParameter(java.lang.String name)
 | 
| Methods in org.pentaho.platform.engine.services.runtime with parameters of type IActionParameter | |
|---|---|
 void | 
RuntimeContext.addInputParameter(java.lang.String name,
                  IActionParameter param)
 | 
 void | 
RuntimeContext.addTempParameter(java.lang.String name,
                 IActionParameter param)
 | 
 void | 
ParameterManager.addToAllInputs(java.lang.String key,
               IActionParameter param)
 | 
 void | 
ParameterManager.addToCurrentInputs(java.lang.String key,
                   IActionParameter param)
 | 
static SelectionMapper | 
SelectionMapper.create(IActionParameter actionParam,
       java.lang.String valueColName,
       java.lang.String dispColName,
       java.lang.String displayName,
       java.lang.String displayStyle)
Creates a SelectionMapper based on an IActionParameter.  | 
 void | 
RuntimeContext.createFeedbackParameter(IActionParameter actionParam)
Deprecated. Unused  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||