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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckJobType(JobEntity job) execute(CommandContext commandContext) protected TimerDeclarationImplfindTimeoutListenerDeclaration(JobEntity job, ActivityImpl activity) protected TimerDeclarationImplfindTimerDeclaration(CommandContext commandContext, JobEntity job) protected TimerDeclarationImplfindTimerDeclarationForActivity(CommandContext commandContext, JobEntity job) protected TimerDeclarationImplfindTimerDeclarationForProcessStartEvent(CommandContext commandContext, JobEntity job) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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)  
 -