Uses of Class
org.quartz.jobs.JobDataMap
Packages that use JobDataMap
Package
Description
- 
Uses of JobDataMap in org.quartzMethods in org.quartz with parameters of type JobDataMapModifier and TypeMethodDescriptionvoidQuartzScheduler.triggerJob(String jobKey, JobDataMap data) Trigger the identifiedJob
- 
Uses of JobDataMap in org.quartz.buildersMethods in org.quartz.builders with parameters of type JobDataMapModifier and TypeMethodDescriptionCronTriggerBuilder.usingJobData(JobDataMap newJobDataMap) JobBuilder.usingJobData(JobDataMap newJobDataMap) Set the JobDetail'sJobDataMapSimpleTriggerBuilder.usingJobData(JobDataMap newJobDataMap) TriggerBuilder.usingJobData(JobDataMap newJobDataMap) Set the Trigger'sJobDataMap.
- 
Uses of JobDataMap in org.quartz.coreMethods in org.quartz.core that return JobDataMapModifier and TypeMethodDescriptionJobExecutionContext.getMergedJobDataMap()Get the convenienceJobDataMapof this execution context.JobExecutionContextImpl.getMergedJobDataMap()Methods in org.quartz.core with parameters of type JobDataMapModifier and TypeMethodDescriptionvoidScheduler.triggerJob(String jobKey, JobDataMap data) Trigger the identifiedJobDetail
- 
Uses of JobDataMap in org.quartz.jobsMethods in org.quartz.jobs that return JobDataMapModifier and TypeMethodDescriptionJobDetail.getJobDataMap()Get theJobDataMapthat is associated with theJob.JobDetailImpl.getJobDataMap()JobDataMap.shallowCopy()Methods in org.quartz.jobs with parameters of type JobDataMapModifier and TypeMethodDescriptionvoidJobDetailImpl.setJobDataMap(JobDataMap jobDataMap) Set theJobDataMapto be associated with theJob.Constructors in org.quartz.jobs with parameters of type JobDataMapModifierConstructorDescriptionJobDataMap(JobDataMap jobDataMap) Constructor - creates a shallow copy of the passed in JobDataMap
- 
Uses of JobDataMap in org.quartz.triggersMethods in org.quartz.triggers that return JobDataMapModifier and TypeMethodDescriptionAbstractTrigger.getJobDataMap()Trigger.getJobDataMap()Get theJobDataMapthat is associated with theTrigger.Methods in org.quartz.triggers with parameters of type JobDataMapModifier and TypeMethodDescriptionvoidAbstractTrigger.setJobDataMap(JobDataMap jobDataMap) voidMutableTrigger.setJobDataMap(JobDataMap jobDataMap) Set theJobDataMapto be associated with theTrigger.