Class TimerJobSchedulerImpl
java.lang.Object
org.flowable.job.service.impl.asyncexecutor.TimerJobSchedulerImpl
- All Implemented Interfaces:
TimerJobScheduler
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrescheduleTimerJobAfterExecution(JobEntity timerJob, VariableScope variableScope) Re-schedule a timer job once it has finished with its execution.protected voidscheduleTimer(TimerJobEntity timerJob) voidscheduleTimerJob(TimerJobEntity timerJob) Schedules a timer, meaning it will be inserted in the datastore.protected voidsendTimerScheduledEvent(TimerJobEntity timerJob)
-
Field Details
-
jobServiceConfiguration
-
-
Constructor Details
-
TimerJobSchedulerImpl
-
-
Method Details
-
rescheduleTimerJobAfterExecution
Description copied from interface:TimerJobSchedulerRe-schedule a timer job once it has finished with its execution.- Specified by:
rescheduleTimerJobAfterExecutionin interfaceTimerJobScheduler- Parameters:
timerJob- the job that was executedvariableScope- the variable scope in which it was executed.
-
scheduleTimerJob
Description copied from interface:TimerJobSchedulerSchedules a timer, meaning it will be inserted in the datastore.- Specified by:
scheduleTimerJobin interfaceTimerJobScheduler
-
scheduleTimer
-
sendTimerScheduledEvent
-