|
||||||||||
| 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(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. |
| Methods in org.pentaho.platform.api.engine with parameters of type IActionParameter | |
|---|---|
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 |
| 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(String inputName)
|
IActionParameter |
ParameterManager.getCurrentOutput(String outputName)
|
IActionParameter |
ParameterManager.getInput(String inputName)
|
IActionParameter |
RuntimeContext.getInputParameter(String name)
|
IActionParameter |
ParameterManager.getLoopParameter(String inputName)
|
IActionParameter |
RuntimeContext.getOutputParameter(String name)
|
| Methods in org.pentaho.platform.engine.services.runtime with parameters of type IActionParameter | |
|---|---|
void |
RuntimeContext.addInputParameter(String name,
IActionParameter param)
|
void |
RuntimeContext.addTempParameter(String name,
IActionParameter param)
|
void |
ParameterManager.addToAllInputs(String key,
IActionParameter param)
|
void |
ParameterManager.addToCurrentInputs(String key,
IActionParameter param)
|
static SelectionMapper |
SelectionMapper.create(IActionParameter actionParam,
String valueColName,
String dispColName,
String displayName,
String displayStyle)
Creates a SelectionMapper based on an IActionParameter. |
void |
RuntimeContext.createFeedbackParameter(IActionParameter actionParam)
Deprecated. Unused |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||