Package org.pentaho.platform.api.engine
Interface IParameterManager
public interface IParameterManager
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addOutputParameters
(ISolutionActionDefinition actionDefinition) void
addToAllInputs
(String key, IActionParameter param) void
addToCurrentInputs
(String key, IActionParameter param) void
dispose()
void
getActualRequestParameterName
(String fieldName) getCurrentInput
(String inputName) getCurrentOutput
(String outputName) getCurrentResource
(String resource) getLoopParameter
(String inputName) Returns a mapping of output parameters and the value and destination.void
void
setCurrentParameters
(ISolutionActionDefinition actionDefinition)
-
Method Details
-
getAllParameters
Map getAllParameters() -
getCurrentInput
-
getCurrentOutput
-
getCurrentResource
-
getCurrentInputNames
Set getCurrentInputNames() -
getLoopParameter
-
getActualRequestParameterName
-
getCurrentOutputNames
Set getCurrentOutputNames() -
getCurrentResourceNames
Set getCurrentResourceNames() -
dispose
void dispose() -
dispose
-
resetParameters
void resetParameters() -
setCurrentParameters
-
addToAllInputs
-
addToCurrentInputs
-
addOutputParameters
-
getReturnParameters
Map getReturnParameters()Returns a mapping of output parameters and the value and destination.- Parameters:
actionSequence
- The Action Sequence definition to use- Returns:
- a map with the param name as the key and a ReturnParameter containing the data.
-
getInput
-