Uses of Enum Class
org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus
Packages that use BaseStepData.StepExecutionStatus
Package
Description
-
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return BaseStepData.StepExecutionStatusModifier and TypeMethodDescriptionChecks the execution status of each step in the transformations. -
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return BaseStepData.StepExecutionStatusModifier 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.Methods in org.pentaho.di.trans.step with parameters of type BaseStepData.StepExecutionStatusModifier 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
Methods in org.pentaho.di.trans.steps.script that return BaseStepData.StepExecutionStatus -
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans.steps.scriptvalues_mod
Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return BaseStepData.StepExecutionStatus -
Uses of BaseStepData.StepExecutionStatus in org.pentaho.di.trans.steps.userdefinedjavaclass
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return BaseStepData.StepExecutionStatusModifier and TypeMethodDescriptionTransformClassBase.getStatus()
UserDefinedJavaClass.getStatus()
UserDefinedJavaClass.getStatusImpl()