public interface StepExecution
| Modifier and Type | Method and Description | 
|---|---|
| BatchStatus | getBatchStatus()Get batch status of this step execution. | 
| java.util.Date | getEndTime()Get time this step ended. | 
| java.lang.String | getExitStatus()Get exit status of step. | 
| Metric[] | getMetrics()Get step metrics. | 
| java.io.Serializable | getPersistentUserData()
 Get persistent user data. | 
| java.util.Date | getStartTime()Get time this step started. | 
| long | getStepExecutionId()Get unique id for this StepExecution. | 
| java.lang.String | getStepName()Get step name. | 
long getStepExecutionId()
java.lang.String getStepName()
BatchStatus getBatchStatus()
java.util.Date getStartTime()
java.util.Date getEndTime()
java.lang.String getExitStatus()
java.io.Serializable getPersistentUserData()
Get persistent user data.
For a partitioned step, this returns the persistent user data of theStepContext of the "top-level"
 or main thread (the one the PartitionAnalyzer, etc.
 execute on).   It does not return the persistent user
 data of the partition threads.Metric[] getMetrics()