public interface AggregateJobQueryDao
Modifier and Type | Method and Description |
---|---|
TaskJobExecution |
getJobExecution(long id,
String schemaTarget) |
org.springframework.batch.core.JobInstance |
getJobInstance(long id,
String schemaTarget) |
JobInstanceExecutions |
getJobInstanceExecution(String jobName,
long instanceId) |
JobInstanceExecutions |
getJobInstanceExecutions(long id,
String schemaTarget) |
org.springframework.data.domain.Page<TaskJobExecution> |
listJobExecutions(String jobName,
org.springframework.batch.core.BatchStatus status,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<TaskJobExecution> |
listJobExecutionsBetween(Date fromDate,
Date toDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<TaskJobExecution> |
listJobExecutionsForJobWithStepCount(String jobName,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<TaskJobExecution> |
listJobExecutionsForJobWithStepCountFilteredByJobInstanceId(int jobInstanceId,
String schemaTarget,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<TaskJobExecution> |
listJobExecutionsForJobWithStepCountFilteredByTaskExecutionId(int taskExecutionId,
String schemaTarget,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<TaskJobExecution> |
listJobExecutionsWithStepCount(org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<TaskJobExecution> |
listJobExecutionsWithSteps(org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<JobInstanceExecutions> |
listJobInstances(String jobName,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<JobInstanceExecutions> listJobInstances(String jobName, org.springframework.data.domain.Pageable pageable) throws org.springframework.batch.core.launch.NoSuchJobException
org.springframework.batch.core.launch.NoSuchJobException
org.springframework.data.domain.Page<TaskJobExecution> listJobExecutions(String jobName, org.springframework.batch.core.BatchStatus status, org.springframework.data.domain.Pageable pageable) throws org.springframework.batch.core.launch.NoSuchJobExecutionException
org.springframework.batch.core.launch.NoSuchJobExecutionException
org.springframework.data.domain.Page<TaskJobExecution> listJobExecutionsBetween(Date fromDate, Date toDate, org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<TaskJobExecution> listJobExecutionsWithSteps(org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<TaskJobExecution> listJobExecutionsWithStepCount(org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<TaskJobExecution> listJobExecutionsForJobWithStepCountFilteredByJobInstanceId(int jobInstanceId, String schemaTarget, org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<TaskJobExecution> listJobExecutionsForJobWithStepCountFilteredByTaskExecutionId(int taskExecutionId, String schemaTarget, org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<TaskJobExecution> listJobExecutionsForJobWithStepCount(String jobName, org.springframework.data.domain.Pageable pageable) throws org.springframework.batch.core.launch.NoSuchJobException
org.springframework.batch.core.launch.NoSuchJobException
TaskJobExecution getJobExecution(long id, String schemaTarget) throws org.springframework.batch.core.launch.NoSuchJobExecutionException
org.springframework.batch.core.launch.NoSuchJobExecutionException
JobInstanceExecutions getJobInstanceExecution(String jobName, long instanceId)
JobInstanceExecutions getJobInstanceExecutions(long id, String schemaTarget)
org.springframework.batch.core.JobInstance getJobInstance(long id, String schemaTarget) throws org.springframework.batch.core.launch.NoSuchJobInstanceException
org.springframework.batch.core.launch.NoSuchJobInstanceException
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.