|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchableStepExecutionDao
Extension of the StepExecutionDao interface to add additional search
features.
| Method Summary | |
|---|---|
int |
countStepExecutions(java.lang.String jobName,
java.lang.String stepName)
Count all the step executions for a given step name pattern. |
java.util.Collection<org.springframework.batch.core.StepExecution> |
findStepExecutions(java.lang.String jobName,
java.lang.String stepName,
int start,
int count)
Find all the step executions for a given step name, or step name pattern (with wildcards specified as '*') sorted in descending order of id. |
java.util.Collection<java.lang.String> |
findStepNamesForJobExecution(java.lang.String jobName,
java.lang.String excludesPattern)
Find all the names of steps that have been executed as part of this job. |
| Methods inherited from interface org.springframework.batch.core.repository.dao.StepExecutionDao |
|---|
addStepExecutions, getStepExecution, saveStepExecution, updateStepExecution |
| Method Detail |
|---|
java.util.Collection<java.lang.String> findStepNamesForJobExecution(java.lang.String jobName,
java.lang.String excludesPattern)
jobName - the name of the job to search forexcludesPattern - a pattern for step names to exclude
java.util.Collection<org.springframework.batch.core.StepExecution> findStepExecutions(java.lang.String jobName,
java.lang.String stepName,
int start,
int count)
jobName - the job name or patternstepName - the step name or patternstart - the start index of the step executions to returncount - the maximum number of step executions to return
int countStepExecutions(java.lang.String jobName,
java.lang.String stepName)
jobName - the job name patternstepName - the step name pattern.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||