Package org.camunda.bpm.engine.impl.cmd
Class RecalculateJobDuedateCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.RecalculateJobDuedateCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Tobias Metzke
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkJobType
(JobEntity job) execute
(CommandContext commandContext) protected TimerDeclarationImpl
findTimeoutListenerDeclaration
(JobEntity job, ActivityImpl activity) protected TimerDeclarationImpl
findTimerDeclaration
(CommandContext commandContext, JobEntity job) protected TimerDeclarationImpl
findTimerDeclarationForActivity
(CommandContext commandContext, JobEntity job) protected TimerDeclarationImpl
findTimerDeclarationForProcessStartEvent
(CommandContext commandContext, JobEntity job) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Constructor Details
-
RecalculateJobDuedateCmd
-
-
Method Details
-
execute
-
checkJobType
-
findTimerDeclaration
-
findTimerDeclarationForActivity
protected TimerDeclarationImpl findTimerDeclarationForActivity(CommandContext commandContext, JobEntity job) -
findTimeoutListenerDeclaration
-
findTimerDeclarationForProcessStartEvent
protected TimerDeclarationImpl findTimerDeclarationForProcessStartEvent(CommandContext commandContext, JobEntity job)
-