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)
StepDataInterface
setStatus
in interface StepDataInterface
stepExecutionStatus
- the new statuspublic BaseStepData.StepExecutionStatus getStatus()
StepDataInterface
getStatus
in interface StepDataInterface
public boolean isEmpty()
StepDataInterface
isEmpty
in interface StepDataInterface
public boolean isInitialising()
StepDataInterface
isInitialising
in interface StepDataInterface
public boolean isRunning()
StepDataInterface
isRunning
in interface StepDataInterface
public boolean isIdle()
StepDataInterface
isIdle
in interface StepDataInterface
public boolean isFinished()
StepDataInterface
isFinished
in interface StepDataInterface
public boolean isDisposed()
StepDataInterface
isDisposed
in interface StepDataInterface
Copyright © 2018 Hitachi Vantara. All rights reserved.