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 IActionParameterIParameterManager. getCurrentInput(String inputName)IActionParameterIParameterManager. getCurrentOutput(String outputName)IActionParameterIParameterManager. getInput(String inputName)IActionParameterIRuntimeContext. getInputParameter(String name)Returns the named input parameter.IActionParameterIParameterManager. getLoopParameter(String inputName)IActionParameterIRuntimeContext. 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 voidIRuntimeContext. addInputParameter(String name, IActionParameter param)Adds an input parameter to the list of all inputs for the action sequencevoidIRuntimeContext. addTempParameter(String name, IActionParameter output)Adds a parameter to the current inputs.voidIParameterManager. addToAllInputs(String key, IActionParameter param)voidIParameterManager. addToCurrentInputs(String key, IActionParameter param)voidIRuntimeContext. createFeedbackParameter(IActionParameter actionParam)Deprecated.Adds a feedback parameter for prompts based on an Action Parameter.
-