Package org.pentaho.platform.api.engine
Interface IParameterManager
public interface IParameterManager
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddOutputParameters(ISolutionActionDefinition actionDefinition) voidaddToAllInputs(String key, IActionParameter param) voidaddToCurrentInputs(String key, IActionParameter param) voiddispose()voidgetActualRequestParameterName(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.voidvoidsetCurrentParameters(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
-