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

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

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

Fields in com.quartzdesk.service.quartz.v9_0 with type parameters of type QuartzExecutingJob
protected  List<QuartzExecutingJob> GetCurrentlyExecutingJobsResponse.executingJobs
           
 

Methods in com.quartzdesk.service.quartz.v9_0 that return types with arguments of type QuartzExecutingJob
 List<QuartzExecutingJob> GetCurrentlyExecutingJobsResponse.getExecutingJobs()
          Gets the value of the executingJobs property.
 

Methods in com.quartzdesk.service.quartz.v9_0 with parameters of type QuartzExecutingJob
 GetCurrentlyExecutingJobsResponse GetCurrentlyExecutingJobsResponse.withExecutingJobs(QuartzExecutingJob... values)
           
 

Method parameters in com.quartzdesk.service.quartz.v9_0 with type arguments of type QuartzExecutingJob
 void GetCurrentlyExecutingJobsResponse.setExecutingJobs(List<QuartzExecutingJob> executingJobs)
          Sets the value of the executingJobs property.
 GetCurrentlyExecutingJobsResponse GetCurrentlyExecutingJobsResponse.withExecutingJobs(Collection<QuartzExecutingJob> values)
           
 

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

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz that return QuartzExecutingJob
 QuartzExecutingJob ObjectFactory.createQuartzExecutingJob()
          Create an instance of QuartzExecutingJob
 QuartzExecutingJob QuartzExecutingJob.withCalendarName(String value)
           
 QuartzExecutingJob QuartzExecutingJob.withExecType(ExecType value)
           
 QuartzExecutingJob QuartzExecutingJob.withFireInstanceId(String value)
           
 QuartzExecutingJob QuartzExecutingJob.withFireTime(Calendar value)
           
 QuartzExecutingJob QuartzExecutingJob.withJobChainFlowId(String value)
           
 QuartzExecutingJob QuartzExecutingJob.withJobChainId(Long value)
           
 QuartzExecutingJob QuartzExecutingJob.withJobChainSrcExecHistoryId(Long value)
           
 QuartzExecutingJob QuartzExecutingJob.withJobDataMap(QuartzJobDataMap value)
           
 QuartzExecutingJob QuartzExecutingJob.withJobDetail(QuartzJobDetail value)
           
 QuartzExecutingJob QuartzExecutingJob.withJobExecutionId(String value)
           
 QuartzExecutingJob QuartzExecutingJob.withNextFireTime(Calendar value)
           
 QuartzExecutingJob QuartzExecutingJob.withPreviousFireTime(Calendar value)
           
 QuartzExecutingJob QuartzExecutingJob.withRecovering(Boolean value)
           
 QuartzExecutingJob QuartzExecutingJob.withRefireCount(Integer value)
           
 QuartzExecutingJob QuartzExecutingJob.withScheduledFireTime(Calendar value)
           
 QuartzExecutingJob QuartzExecutingJob.withTrigger(QuartzTrigger value)
           
 



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