Uses of Class
com.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzJobDataMap

Packages that use QuartzJobDataMap
com.quartzdesk.service.quartz.v9_0   
com.quartzdesk.service.types.v5_0.scheduler.quartz   
 

Uses of QuartzJobDataMap in com.quartzdesk.service.quartz.v9_0
 

Fields in com.quartzdesk.service.quartz.v9_0 declared as QuartzJobDataMap
protected  QuartzJobDataMap TriggerJobRequest.jobDataMap
           
 

Methods in com.quartzdesk.service.quartz.v9_0 that return QuartzJobDataMap
 QuartzJobDataMap TriggerJobRequest.getJobDataMap()
          Gets the value of the jobDataMap property.
 

Methods in com.quartzdesk.service.quartz.v9_0 with parameters of type QuartzJobDataMap
 void TriggerJobRequest.setJobDataMap(QuartzJobDataMap value)
          Sets the value of the jobDataMap property.
 TriggerJobRequest TriggerJobRequest.withJobDataMap(QuartzJobDataMap value)
           
 

Uses of QuartzJobDataMap in com.quartzdesk.service.types.v5_0.scheduler.quartz
 

Fields in com.quartzdesk.service.types.v5_0.scheduler.quartz declared as QuartzJobDataMap
protected  QuartzJobDataMap QuartzTrigger.jobDataMap
           
protected  QuartzJobDataMap QuartzJobDetail.jobDataMap
           
protected  QuartzJobDataMap QuartzExecutingJob.jobDataMap
           
protected  QuartzJobDataMap QuartzExecHistory.jobDataMap
           
protected  QuartzJobDataMap QuartzPlannedJobExecution.mergedJobDataMap
           
protected  QuartzJobDataMap QuartzMisfiredTrigger.refireEhJobDataMap
           
protected  QuartzJobDataMap QuartzPlannedJobExecution.triggerJobDataMap
           
protected  QuartzJobDataMap QuartzMisfiredTrigger.triggerJobDataMap
           
 

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz that return QuartzJobDataMap
 QuartzJobDataMap ObjectFactory.createQuartzJobDataMap()
          Create an instance of QuartzJobDataMap
 QuartzJobDataMap QuartzTrigger.getJobDataMap()
          Gets the value of the jobDataMap property.
 QuartzJobDataMap QuartzJobDetail.getJobDataMap()
          Gets the value of the jobDataMap property.
 QuartzJobDataMap QuartzExecutingJob.getJobDataMap()
          Gets the value of the jobDataMap property.
 QuartzJobDataMap QuartzExecHistory.getJobDataMap()
          Gets the value of the jobDataMap property.
 QuartzJobDataMap QuartzPlannedJobExecution.getMergedJobDataMap()
          Gets the value of the mergedJobDataMap property.
 QuartzJobDataMap QuartzMisfiredTrigger.getRefireEhJobDataMap()
          Gets the value of the refireEhJobDataMap property.
 QuartzJobDataMap QuartzPlannedJobExecution.getTriggerJobDataMap()
          Gets the value of the triggerJobDataMap property.
 QuartzJobDataMap QuartzMisfiredTrigger.getTriggerJobDataMap()
          Gets the value of the triggerJobDataMap property.
 QuartzJobDataMap QuartzJobDataMap.withEntry(Collection<QuartzJobDataMapEntry> values)
           
 QuartzJobDataMap QuartzJobDataMap.withEntry(QuartzJobDataMapEntry... values)
           
 

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz with parameters of type QuartzJobDataMap
 void QuartzTrigger.setJobDataMap(QuartzJobDataMap value)
          Sets the value of the jobDataMap property.
 void QuartzJobDetail.setJobDataMap(QuartzJobDataMap value)
          Sets the value of the jobDataMap property.
 void QuartzExecutingJob.setJobDataMap(QuartzJobDataMap value)
          Sets the value of the jobDataMap property.
 void QuartzExecHistory.setJobDataMap(QuartzJobDataMap value)
          Sets the value of the jobDataMap property.
 void QuartzPlannedJobExecution.setMergedJobDataMap(QuartzJobDataMap value)
          Sets the value of the mergedJobDataMap property.
 void QuartzMisfiredTrigger.setRefireEhJobDataMap(QuartzJobDataMap value)
          Sets the value of the refireEhJobDataMap property.
 void QuartzPlannedJobExecution.setTriggerJobDataMap(QuartzJobDataMap value)
          Sets the value of the triggerJobDataMap property.
 void QuartzMisfiredTrigger.setTriggerJobDataMap(QuartzJobDataMap value)
          Sets the value of the triggerJobDataMap property.
 QuartzTrigger QuartzTrigger.withJobDataMap(QuartzJobDataMap value)
           
 QuartzSimpleTrigger QuartzSimpleTrigger.withJobDataMap(QuartzJobDataMap value)
           
 QuartzNthIncludedDayTrigger QuartzNthIncludedDayTrigger.withJobDataMap(QuartzJobDataMap value)
           
 QuartzJobDetail QuartzJobDetail.withJobDataMap(QuartzJobDataMap value)
           
 QuartzExecutingJob QuartzExecutingJob.withJobDataMap(QuartzJobDataMap value)
           
 QuartzExecHistory QuartzExecHistory.withJobDataMap(QuartzJobDataMap value)
           
 QuartzDateIntervalTrigger QuartzDateIntervalTrigger.withJobDataMap(QuartzJobDataMap value)
           
 QuartzDailyTimeIntervalTrigger QuartzDailyTimeIntervalTrigger.withJobDataMap(QuartzJobDataMap value)
           
 QuartzCronTrigger QuartzCronTrigger.withJobDataMap(QuartzJobDataMap value)
           
 QuartzCalendarIntervalTrigger QuartzCalendarIntervalTrigger.withJobDataMap(QuartzJobDataMap value)
           
 QuartzPlannedJobExecution QuartzPlannedJobExecution.withMergedJobDataMap(QuartzJobDataMap value)
           
 QuartzMisfiredTrigger QuartzMisfiredTrigger.withRefireEhJobDataMap(QuartzJobDataMap value)
           
 QuartzPlannedJobExecution QuartzPlannedJobExecution.withTriggerJobDataMap(QuartzJobDataMap value)
           
 QuartzMisfiredTrigger QuartzMisfiredTrigger.withTriggerJobDataMap(QuartzJobDataMap value)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.