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 TypeMethodDescriptionvoid
rescheduleTimerJobAfterExecution
(JobEntity timerJob, VariableScope variableScope) Re-schedule a timer job once it has finished with its execution.protected void
scheduleTimer
(TimerJobEntity timerJob) void
scheduleTimerJob
(TimerJobEntity timerJob) Schedules a timer, meaning it will be inserted in the datastore.protected void
sendTimerScheduledEvent
(TimerJobEntity timerJob)
-
Field Details
-
jobServiceConfiguration
-
-
Constructor Details
-
TimerJobSchedulerImpl
-
-
Method Details
-
rescheduleTimerJobAfterExecution
Description copied from interface:TimerJobScheduler
Re-schedule a timer job once it has finished with its execution.- Specified by:
rescheduleTimerJobAfterExecution
in interfaceTimerJobScheduler
- Parameters:
timerJob
- the job that was executedvariableScope
- the variable scope in which it was executed.
-
scheduleTimerJob
Description copied from interface:TimerJobScheduler
Schedules a timer, meaning it will be inserted in the datastore.- Specified by:
scheduleTimerJob
in interfaceTimerJobScheduler
-
scheduleTimer
-
sendTimerScheduledEvent
-