Class UnlockTimerJobsCmd
- java.lang.Object
-
- org.flowable.job.service.impl.cmd.UnlockTimerJobsCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected JobServiceConfigurationjobServiceConfigurationprotected Collection<TimerJobEntity>timerJobs
-
Constructor Summary
Constructors Constructor Description UnlockTimerJobsCmd(Collection<TimerJobEntity> timerJobs, JobServiceConfiguration jobServiceConfiguration)
-
-
-
Field Detail
-
timerJobs
protected final Collection<TimerJobEntity> timerJobs
-
jobServiceConfiguration
protected final JobServiceConfiguration jobServiceConfiguration
-
-
Constructor Detail
-
UnlockTimerJobsCmd
public UnlockTimerJobsCmd(Collection<TimerJobEntity> timerJobs, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-