Uses of Interface
org.pentaho.platform.api.engine.IActionParameter
-
Packages that use IActionParameter Package Description org.pentaho.platform.api.engine -
-
Uses of IActionParameter in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IActionParameter Modifier and Type Method 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.Methods in org.pentaho.platform.api.engine with parameters of type IActionParameter Modifier and Type Method Description void
IRuntimeContext. addInputParameter(String name, IActionParameter param)
Adds an input parameter to the list of all inputs for the action sequencevoid
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.
-