|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepExecutionDao
| Method Summary | |
|---|---|
ExecutionContext |
findExecutionContext(StepExecution stepExecution)
Find all ExecutionContext for the given StepExecution. |
StepExecution |
getStepExecution(JobExecution jobExecution,
Step step)
|
void |
saveOrUpdateExecutionContext(StepExecution stepExecution)
Save the ExecutionContext of the given StepExecution. |
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 - ExecutionContext findExecutionContext(StepExecution stepExecution)
ExecutionContext for the given StepExecution.
IllegalArgumentException - if the id is null.void saveOrUpdateExecutionContext(StepExecution stepExecution)
ExecutionContext of the given StepExecution.
stepExecution - the StepExecution containing the
ExecutionContext to be saved.
IllegalArgumentException - if the attributes are null.
StepExecution getStepExecution(JobExecution jobExecution,
Step step)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||