Class RescheduleTimerJobCmd
java.lang.Object
com.flowable.agent.engine.impl.cmd.RescheduleTimerJobCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<org.flowable.job.api.Job>
public class RescheduleTimerJobCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.job.api.Job>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.job.api.Jobexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected booleanisDurationString(String timerString) protected booleanisRepetitionString(String timerString) prepareRepeat(String dueDate, org.flowable.common.engine.impl.runtime.Clock clock)
-
Field Details
-
jobId
-
newDueDate
-
newDateValue
-
-
Constructor Details
-
RescheduleTimerJobCmd
-
-
Method Details
-
execute
public org.flowable.job.api.Job execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<org.flowable.job.api.Job>
-
isRepetitionString
-
isDurationString
-
prepareRepeat
-