| Package | Description | 
|---|---|
| net.bluemind.scheduledjob.api | |
| net.bluemind.scheduledjob.persistence | |
| net.bluemind.scheduledjob.service.internal | 
| Modifier and Type | Method and Description | 
|---|---|
Job | 
IJob.getJobFromId(java.lang.String jobId)
Get job using its id 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<Job> | 
IJobPromise.getJobFromId(java.lang.String jobId)  | 
ListResult<Job> | 
IJob.searchJob(JobQuery query)
List jobs deployed. 
 | 
java.util.concurrent.CompletableFuture<ListResult<Job>> | 
IJobPromise.searchJob(JobQuery query)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IJob.update(Job job)
Update job planification  
JobPlanification | 
java.util.concurrent.CompletableFuture<java.lang.Void> | 
IJobPromise.update(Job job)  | 
void | 
IJobAsync.update(Job job,
      AsyncHandler<java.lang.Void> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IJobAsync.getJobFromId(java.lang.String jobId,
            AsyncHandler<Job> handler)  | 
void | 
IJobAsync.searchJob(JobQuery query,
         AsyncHandler<ListResult<Job>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Job | 
ScheduledJobStore.getJobFromId(java.lang.String jobId)  | 
| Modifier and Type | Method and Description | 
|---|---|
static JdbcAbstractStore.Creator<Job> | 
JobExecutionColumn.jobCreator()  | 
static JdbcAbstractStore.EntityPopulator<Job> | 
JobExecutionColumn.jobPopulator()  | 
static JdbcAbstractStore.EntityPopulator<Job> | 
JobExecutionColumn.jobStatusAndPlansPopulator(java.util.Map<java.lang.String,Job> idIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
static JdbcAbstractStore.StatementValues<JobPlanification> | 
JobExecutionColumn.planValues(Job job)  | 
void | 
ScheduledJobStore.updateJob(Job job)  | 
| Modifier and Type | Method and Description | 
|---|---|
static JdbcAbstractStore.EntityPopulator<Job> | 
JobExecutionColumn.jobStatusAndPlansPopulator(java.util.Map<java.lang.String,Job> idIndex)  | 
void | 
ScheduledJobStore.loadStatusesAndPlans(SecurityContext context,
                    JobQuery jq,
                    java.util.Collection<Job> ret)  | 
| Modifier and Type | Method and Description | 
|---|---|
Job | 
ScheduledJobService.getJobFromId(java.lang.String jobId)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListResult<Job> | 
ScheduledJobService.searchJob(JobQuery query)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScheduledJobService.update(Job job)  | 
Copyright © 2021. All Rights Reserved.