Package | Description |
---|---|
er.quartzscheduler.foundation | |
er.quartzscheduler.util |
Modifier and Type | Class and Description |
---|---|
class |
ERQSJobDescription4Test |
Modifier and Type | Method and Description |
---|---|
ERQSJobDescription |
ERQSJob.getJobDescription() |
ERQSJobDescription |
ERQSJob.getJobDescription(EOEditingContext ec)
Send back the ERQSJobDescription Object attach to the job.
|
protected ERQSJobDescription |
ERQSAbstractListener.getJobDescription(org.quartz.JobExecutionContext context,
EOEditingContext ec)
Send back the ERQSJobDescription object attached to the job.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ERQSJobSupervisor.addJob2Scheduler(ERQSJobDescription job2Add)
Add a job to the scheduler described the job description job2Add.
|
protected org.quartz.JobDetail |
ERQSJobSupervisor.buildJobDetail(ERQSJobDescription jobDescription)
Return a job detail built from a ERQSJobDescription object
|
protected org.quartz.Trigger |
ERQSJobSupervisor.buildTriggerForJob(ERQSJobDescription jobDescription,
org.quartz.JobDetail job)
Return a trigger built from a ERQSJobDescription object and a JobDetail object
|
org.quartz.JobKey |
ERQSJobSupervisor.getJobKeyForJobDescription(ERQSJobDescription aJobDescription) |
protected boolean |
ERQSJobSupervisor.isJobDescriptionValid(ERQSJobDescription aJobDescription) |
protected void |
ERQSJobSupervisor.modifyJob(ERQSJobDescription job2Check,
org.quartz.JobDetail job) |
protected void |
ERQSJobListener.updateJobDescription(org.quartz.JobExecutionContext jobexecutioncontext,
ERQSJobDescription jobDescription)
Update the first, last and next execution date attributes of jobDescription
|
void |
ERQSJobDemo.validateForDelete(ERQSJobDescription jobDescription) |
void |
ERQSJob4Test.validateForDelete(ERQSJobDescription jobDescription) |
abstract void |
ERQSJob.validateForDelete(ERQSJobDescription aJobDescription)
It's a good place to put code that will check if the job description can be deleted or not.
|
void |
ERQSJobDemo.validateForSave(ERQSJobDescription jobDescription) |
void |
ERQSJob4Test.validateForSave(ERQSJobDescription jobDescription) |
abstract void |
ERQSJob.validateForSave(ERQSJobDescription aJobDescription)
It's a good place to put code that will check if the job description can be saved or not.
|
void |
ERQSJobDemo.willDelete(ERQSJobDescription jobDescription) |
void |
ERQSJob4Test.willDelete(ERQSJobDescription jobDescription) |
abstract void |
ERQSJob.willDelete(ERQSJobDescription aJobDescription)
It's a good place to put code that will be executed before job description deletion.
|
void |
ERQSJobDemo.willSave(ERQSJobDescription jobDescription) |
void |
ERQSJob4Test.willSave(ERQSJobDescription jobDescription) |
abstract void |
ERQSJob.willSave(ERQSJobDescription aJobDescription)
It's a good place to put code that will be executed before job description save.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ERQSJobSupervisor.addOrModifyJobs(NSArray<? extends ERQSJobDescription> jobs2Check)
From jobs2Check (a fresh list of ERQSJobDescription objects), addOrModifyJobs checks if jobs must be added or modified.
|
protected void |
ERQSJobSupervisor.removeObsoleteJobs(NSArray<? extends ERQSJobDescription> jobs2Check)
From jobs2Check (a fresh list of ERQSJobDescription objects), removeJobs checks if jobs must be removed.
|
Modifier and Type | Method and Description |
---|---|
abstract NSArray<? extends ERQSJobDescription> |
ERQSSchedulerServiceFrameworkPrincipal.getListOfJobDescription(EOEditingContext editingContext)
Expects that this method never returns null but an empty array if there is no job
|
NSArray<ERQSJobDescription> |
ERQSSchedulerFP4Test.getListOfJobDescription(EOEditingContext editingContext) |
Modifier and Type | Method and Description |
---|---|
static org.quartz.Job |
ERQSUtilities.createJobInstance(ERQSJobDescription jobDescription) |
static org.quartz.Job |
ERQSUtilities.validateForDelete(ERQSJobDescription jobDescription) |
static org.quartz.Job |
ERQSUtilities.validateForSave(ERQSJobDescription jobDescription) |
static org.quartz.Job |
ERQSUtilities.willDelete(ERQSJobDescription jobDescription) |
static org.quartz.Job |
ERQSUtilities.willSave(ERQSJobDescription jobDescription) |
Copyright © 2002 – 2024 Project Wonder.