Uses of Class
org.quartz.jobs.JobDataMap
Packages that use JobDataMap
Package
Description
-
Uses of JobDataMap in org.quartz
Methods in org.quartz with parameters of type JobDataMapModifier and TypeMethodDescriptionvoidQuartzScheduler.triggerJob(String jobKey, JobDataMap data) Trigger the identified(execute it now) - with a non-volatile trigger.Job -
Uses of JobDataMap in org.quartz.builders
Methods 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.core
Methods 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 identified(execute it now).JobDetail -
Uses of JobDataMap in org.quartz.jobs
Methods 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.triggers
Methods 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.