| Package | Description |
|---|---|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| org.pentaho.di.trans.step | |
| org.pentaho.di.trans.steps.script | |
| org.pentaho.di.trans.steps.scriptvalues_mod | |
| org.pentaho.di.trans.steps.userdefinedjavaclass |
| Modifier and Type | Method and Description |
|---|---|
BaseStepData.StepExecutionStatus[] |
Trans.getTransStepExecutionStatusLookup()
Checks the execution status of each step in the transformations.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStepData.StepExecutionStatus |
StepInterface.getStatus() |
BaseStepData.StepExecutionStatus |
StepDataInterface.getStatus()
Gets the status.
|
BaseStepData.StepExecutionStatus |
BaseStep.getStatus() |
BaseStepData.StepExecutionStatus |
BaseStepData.getStatus()
Get the status of this step data.
|
static BaseStepData.StepExecutionStatus |
BaseStepData.StepExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseStepData.StepExecutionStatus[] |
BaseStepData.StepExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepDataInterface.setStatus(BaseStepData.StepExecutionStatus status)
Sets the status.
|
void |
BaseStepData.setStatus(BaseStepData.StepExecutionStatus status)
Set the status of the step data.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStepData.StepExecutionStatus |
ScriptDummy.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
BaseStepData.StepExecutionStatus |
ScriptValuesModDummy.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
BaseStepData.StepExecutionStatus |
UserDefinedJavaClass.getStatus() |
BaseStepData.StepExecutionStatus |
TransformClassBase.getStatus() |
BaseStepData.StepExecutionStatus |
UserDefinedJavaClass.getStatusImpl() |