Class UnlockTimerJobsCmd
java.lang.Object
org.flowable.job.service.impl.cmd.UnlockTimerJobsCmd
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final JobServiceConfiguration
protected final Collection<TimerJobEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionUnlockTimerJobsCmd
(Collection<TimerJobEntity> timerJobs, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
-
Field Details
-
timerJobs
-
jobServiceConfiguration
-
-
Constructor Details
-
UnlockTimerJobsCmd
public UnlockTimerJobsCmd(Collection<TimerJobEntity> timerJobs, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details