|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepExecutionDao
| Method Summary | |
|---|---|
void |
addStepExecutions(JobExecution jobExecution)
Retrieve all the StepExecution for the parent JobExecution. |
StepExecution |
getStepExecution(JobExecution jobExecution,
java.lang.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. |
| Method Detail |
|---|
void saveStepExecution(StepExecution stepExecution)
stepExecution - void updateStepExecution(StepExecution stepExecution)
stepExecution -
StepExecution getStepExecution(JobExecution jobExecution,
java.lang.Long stepExecutionId)
StepExecution from its id.
jobExecution - the parent JobExecutionstepExecutionId - the step execution id
StepExecutionvoid addStepExecutions(JobExecution jobExecution)
StepExecution for the parent JobExecution.
jobExecution - the parent job execution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||