Uses of Enum Class
org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus
Package
Description
-
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans
Modifier and TypeMethodDescriptionChecks the execution status of each step in the transformations. -
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans.step
Modifier and TypeMethodDescriptionBaseStep.getStatus()
BaseStepData.getStatus()
Get the status of this step data.StepDataInterface.getStatus()
Gets the status.StepInterface.getStatus()
Returns the enum constant of this class with the specified name.static BaseStepData.StepExecutionStatus[]
BaseStepData.StepExecutionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BaseStepData.setStatus
(BaseStepData.StepExecutionStatus status) Set the status of the step data.void
StepDataInterface.setStatus
(BaseStepData.StepExecutionStatus status) Sets the status. -
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans.steps.script
-
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans.steps.scriptvalues_mod
-
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans.steps.userdefinedjavaclass
Modifier and TypeMethodDescriptionTransformClassBase.getStatus()
UserDefinedJavaClass.getStatus()
UserDefinedJavaClass.getStatusImpl()