|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepState
Describes the state of a step, which includes the execution status, and possible metadata
Method Summary | |
---|---|
java.util.Date |
getEndTime()
Timestamp that the executionState was completed |
java.lang.String |
getErrorMessage()
Potential error message if state is failed |
ExecutionState |
getExecutionState()
The execution state |
java.util.Map |
getMetadata()
Any metadata |
java.util.Date |
getStartTime()
Timestamp that the executionState left WAITING |
java.util.Date |
getUpdateTime()
Last timestamp that the executionState changed |
Method Detail |
---|
ExecutionState getExecutionState()
java.util.Map getMetadata()
java.lang.String getErrorMessage()
java.util.Date getStartTime()
java.util.Date getUpdateTime()
java.util.Date getEndTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |