public abstract class BaseStepData extends Object implements StepDataInterface
Modifier and Type | Class and Description |
---|---|
static class |
BaseStepData.StepExecutionStatus
The Enum StepExecutionStatus.
|
Constructor and Description |
---|
BaseStepData()
Instantiates a new base step data.
|
Modifier and Type | Method and Description |
---|---|
BaseStepData.StepExecutionStatus |
getStatus()
Get the status of this step data.
|
boolean |
isDisposed()
Checks if is disposed.
|
boolean |
isEmpty()
Checks if is empty.
|
boolean |
isFinished()
Checks if is finished.
|
boolean |
isIdle()
Checks if is idle.
|
boolean |
isInitialising()
Checks if is initialising.
|
boolean |
isRunning()
Checks if is running.
|
boolean |
isStopped()
Checks if is stopped.
|
void |
setStatus(BaseStepData.StepExecutionStatus status)
Set the status of the step data.
|
public void setStatus(BaseStepData.StepExecutionStatus status)
setStatus
in interface StepDataInterface
status
- the new status.public BaseStepData.StepExecutionStatus getStatus()
getStatus
in interface StepDataInterface
public boolean isEmpty()
isEmpty
in interface StepDataInterface
public boolean isInitialising()
isInitialising
in interface StepDataInterface
public boolean isRunning()
isRunning
in interface StepDataInterface
public boolean isIdle()
isIdle
in interface StepDataInterface
public boolean isFinished()
isFinished
in interface StepDataInterface
public boolean isStopped()
public boolean isDisposed()
isDisposed
in interface StepDataInterface
Copyright © 2020 Hitachi Vantara. All rights reserved.