| Package | Description | 
|---|---|
| net.bluemind.scheduledjob.api | |
| net.bluemind.scheduledjob.persistence | |
| net.bluemind.scheduledjob.service.internal | 
| Modifier and Type | Method and Description | 
|---|---|
ListResult<JobExecution> | 
IJob.searchExecution(JobExecutionQuery query)
Fetch recorded job executions. 
 | 
java.util.concurrent.CompletableFuture<ListResult<JobExecution>> | 
IJobPromise.searchExecution(JobExecutionQuery query)  | 
void | 
IJobAsync.searchExecution(JobExecutionQuery query,
               AsyncHandler<ListResult<JobExecution>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListResult<JobExecution> | 
ScheduledJobStore.findExecutions(JobExecutionQuery jeq)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListResult<JobExecution> | 
ScheduledJobService.searchExecution(JobExecutionQuery query)  | 
Copyright © 2021. All Rights Reserved.