|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownParamException | |
---|---|
org.pentaho.di.core.parameters | |
org.pentaho.di.job | This package contains the different elements that make up a Job. |
org.pentaho.di.trans | This package contains the classes needed to define and execute transformations. |
Uses of UnknownParamException in org.pentaho.di.core.parameters |
---|
Methods in org.pentaho.di.core.parameters that throw UnknownParamException | |
---|---|
String |
NamedParams.getParameterDefault(String key)
Get the default value of a parameter. |
String |
NamedParamsDefault.getParameterDefault(String key)
|
String |
NamedParams.getParameterDescription(String key)
Get the description of a parameter. |
String |
NamedParamsDefault.getParameterDescription(String key)
|
String |
NamedParams.getParameterValue(String key)
Get the value of a parameter. |
String |
NamedParamsDefault.getParameterValue(String key)
|
void |
NamedParams.setParameterValue(String key,
String value)
Set the value of a parameter. |
Uses of UnknownParamException in org.pentaho.di.job |
---|
Methods in org.pentaho.di.job that throw UnknownParamException | |
---|---|
String |
JobMeta.getParameterDefault(String key)
|
String |
Job.getParameterDefault(String key)
|
String |
JobMeta.getParameterDescription(String key)
|
String |
Job.getParameterDescription(String key)
|
String |
JobMeta.getParameterValue(String key)
|
String |
Job.getParameterValue(String key)
|
void |
JobMeta.setParameterValue(String key,
String value)
|
void |
Job.setParameterValue(String key,
String value)
|
Uses of UnknownParamException in org.pentaho.di.trans |
---|
Methods in org.pentaho.di.trans that throw UnknownParamException | |
---|---|
String |
Trans.getParameterDefault(String key)
Gets the default value of the specified parameter. |
String |
TransMeta.getParameterDefault(String key)
Gets the parameter default. |
String |
Trans.getParameterDescription(String key)
Gets the description of the specified parameter. |
String |
TransMeta.getParameterDescription(String key)
Gets the parameter description. |
String |
Trans.getParameterValue(String key)
Gets the value of the specified parameter. |
String |
TransMeta.getParameterValue(String key)
Gets the parameter value. |
void |
Trans.setParameterValue(String key,
String value)
Sets the value for the specified parameter. |
void |
TransMeta.setParameterValue(String key,
String value)
Sets the specified parameter to the specified value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |