public class StepDataInterfaceEngineAdapter extends Object implements StepDataInterface
| Modifier and Type | Method and Description |
|---|---|
BaseStepData.StepExecutionStatus |
getStatus()
Gets the status.
|
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.
|
void |
setStatus(BaseStepData.StepExecutionStatus stepExecutionStatus)
Sets the status.
|
public void setStatus(BaseStepData.StepExecutionStatus stepExecutionStatus)
StepDataInterfacesetStatus in interface StepDataInterfacestepExecutionStatus - the new statuspublic BaseStepData.StepExecutionStatus getStatus()
StepDataInterfacegetStatus in interface StepDataInterfacepublic boolean isEmpty()
StepDataInterfaceisEmpty in interface StepDataInterfacepublic boolean isInitialising()
StepDataInterfaceisInitialising in interface StepDataInterfacepublic boolean isRunning()
StepDataInterfaceisRunning in interface StepDataInterfacepublic boolean isIdle()
StepDataInterfaceisIdle in interface StepDataInterfacepublic boolean isFinished()
StepDataInterfaceisFinished in interface StepDataInterfacepublic boolean isDisposed()
StepDataInterfaceisDisposed in interface StepDataInterfaceCopyright © 2018 Hitachi Vantara. All rights reserved.