Uses of Interface
org.pentaho.platform.api.engine.IActionParameter
Packages that use IActionParameter
-
Uses of IActionParameter in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IActionParameterModifier and TypeMethodDescriptionIParameterManager.getCurrentInput(String inputName) IParameterManager.getCurrentOutput(String outputName) IRuntimeContext.getInputParameter(String name) Returns the named input parameter.IParameterManager.getLoopParameter(String inputName) IRuntimeContext.getOutputParameter(String name) Returns the named output parameter.Methods in org.pentaho.platform.api.engine with parameters of type IActionParameterModifier and TypeMethodDescriptionvoidIRuntimeContext.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.