Uses of Class
org.springframework.cloud.dataflow.server.batch.JobExecutionWithStepCount
Packages that use JobExecutionWithStepCount
-
Uses of JobExecutionWithStepCount in org.springframework.cloud.dataflow.server.batch
Methods in org.springframework.cloud.dataflow.server.batch that return JobExecutionWithStepCountModifier and TypeMethodDescriptionMethods in org.springframework.cloud.dataflow.server.batch that return types with arguments of type JobExecutionWithStepCountModifier and TypeMethodDescriptionJdbcSearchableJobExecutionDao.getJobExecutionsWithStepCount(int start, int count) JdbcSearchableJobExecutionDao.getJobExecutionsWithStepCount(String jobName, int start, int count) JdbcSearchableJobExecutionDao.getJobExecutionsWithStepCount(Date fromDate, Date toDate, int start, int count) SearchableJobExecutionDao.getJobExecutionsWithStepCount(int start, int count) Get theJobExecutionsin reverse order of creation (so normally of execution) without StepExecution.SearchableJobExecutionDao.getJobExecutionsWithStepCount(String jobName, int start, int count) Get theJobExecutionsfor a specific job name in reverse order of creation (so normally of execution).SearchableJobExecutionDao.getJobExecutionsWithStepCount(Date fromDate, Date toDate, int start, int count) Get theJobExecutionsfor a specific date range in reverse order of creation (so normally of execution).JdbcSearchableJobExecutionDao.getJobExecutionsWithStepCountFilteredByJobInstanceId(int jobInstanceId, int start, int count) SearchableJobExecutionDao.getJobExecutionsWithStepCountFilteredByJobInstanceId(int jobInstanceId, int start, int count) Get theJobExecutionsfor a specific job instance id in reverse order of creation (so normally of execution).JdbcSearchableJobExecutionDao.getJobExecutionsWithStepCountFilteredByTaskExecutionId(int taskExecutionId, int start, int count) SearchableJobExecutionDao.getJobExecutionsWithStepCountFilteredByTaskExecutionId(int taskExecutionId, int start, int count) Get theJobExecutionsfor a specific task execution id in reverse order of creation (so normally of execution).JobService.listJobExecutionsForJobWithStepCount(String jobName, int start, int count) List thejob executionsfor a job in descending order of creation (usually close to execution order).JobService.listJobExecutionsForJobWithStepCount(Date fromDate, Date toDate, int start, int count) List thejob executionsfiltered by date range in descending order of creation (usually close to execution order).SimpleJobService.listJobExecutionsForJobWithStepCount(String jobName, int start, int count) SimpleJobService.listJobExecutionsForJobWithStepCount(Date fromDate, Date toDate, int start, int count) JobService.listJobExecutionsForJobWithStepCountFilteredByJobInstanceId(int jobInstanceId, int start, int count) List thejob executionsfiltered by job instance id in descending order of creation (usually close to execution order).SimpleJobService.listJobExecutionsForJobWithStepCountFilteredByJobInstanceId(int jobInstanceId, int start, int count) JobService.listJobExecutionsForJobWithStepCountFilteredByTaskExecutionId(int taskExecutionId, int start, int count) List thejob executionsfiltered by task execution id in descending order of creation (usually close to execution order).SimpleJobService.listJobExecutionsForJobWithStepCountFilteredByTaskExecutionId(int taskExecutionId, int start, int count) JobService.listJobExecutionsWithStepCount(int start, int count) List theJobExecutionsin descending order of creation (usually close to execution order) without step execution data.SimpleJobService.listJobExecutionsWithStepCount(int start, int count)