public interface StepExecutionDao
Modifier and Type | Method and Description |
---|---|
void |
addStepExecutions(JobExecution jobExecution)
Retrieve all the
StepExecution for the parent JobExecution . |
StepExecution |
getStepExecution(JobExecution jobExecution,
Long stepExecutionId)
Retrieve a
StepExecution from its id. |
void |
saveStepExecution(StepExecution stepExecution)
Save the given StepExecution.
|
void |
updateStepExecution(StepExecution stepExecution)
Update the given StepExecution
Preconditions: Id must not be null.
|
void saveStepExecution(StepExecution stepExecution)
stepExecution
- void updateStepExecution(StepExecution stepExecution)
stepExecution
- StepExecution getStepExecution(JobExecution jobExecution, Long stepExecutionId)
StepExecution
from its id.jobExecution
- the parent JobExecution
stepExecutionId
- the step execution idStepExecution
void addStepExecutions(JobExecution jobExecution)
StepExecution
for the parent JobExecution
.jobExecution
- the parent job executionCopyright © 2013 SpringSource. All rights reserved.