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 TypeMethodDescriptionvoid
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.