| Package | Description |
|---|---|
| org.quartz | |
| org.quartz.builders | |
| org.quartz.core | |
| org.quartz.jobs | |
| org.quartz.triggers |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.triggerJob(String jobKey,
JobDataMap data)
Trigger the identified
(execute it now) - with a non-volatile trigger. |
| Modifier and Type | Method and Description |
|---|---|
TriggerBuilder |
TriggerBuilder.usingJobData(JobDataMap newJobDataMap)
Set the Trigger's
JobDataMap. |
SimpleTriggerBuilder |
SimpleTriggerBuilder.usingJobData(JobDataMap newJobDataMap) |
JobBuilder |
JobBuilder.usingJobData(JobDataMap newJobDataMap)
Set the JobDetail's
JobDataMap |
CronTriggerBuilder |
CronTriggerBuilder.usingJobData(JobDataMap newJobDataMap) |
| Modifier and Type | Method and Description |
|---|---|
JobDataMap |
JobExecutionContextImpl.getMergedJobDataMap() |
JobDataMap |
JobExecutionContext.getMergedJobDataMap()
Get the convenience
JobDataMap of this execution context. |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.triggerJob(String jobKey,
JobDataMap data)
Trigger the identified
(execute it now). |
| Modifier and Type | Method and Description |
|---|---|
JobDataMap |
JobDetailImpl.getJobDataMap() |
JobDataMap |
JobDetail.getJobDataMap()
Get the
JobDataMap that is associated with the Job. |
JobDataMap |
JobDataMap.shallowCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobDetailImpl.setJobDataMap(JobDataMap jobDataMap)
Set the
JobDataMap to be associated with the Job. |
| Constructor and Description |
|---|
JobDataMap(JobDataMap jobDataMap)
Constructor - creates a shallow copy of the passed in JobDataMap
|
| Modifier and Type | Method and Description |
|---|---|
JobDataMap |
Trigger.getJobDataMap()
Get the
JobDataMap that is associated with the Trigger. |
JobDataMap |
AbstractTrigger.getJobDataMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableTrigger.setJobDataMap(JobDataMap jobDataMap)
Set the
JobDataMap to be associated with the Trigger. |
void |
AbstractTrigger.setJobDataMap(JobDataMap jobDataMap) |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.