Package org.camunda.bpm.engine.impl.cmd
Class RecalculateJobDuedateCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.RecalculateJobDuedateCmd
-
- All Implemented Interfaces:
java.io.Serializable,Command<java.lang.Void>
public class RecalculateJobDuedateCmd extends java.lang.Object implements Command<java.lang.Void>, java.io.Serializable
- Author:
- Tobias Metzke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecalculateJobDuedateCmd(java.lang.String jobId, boolean creationDateBased)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckJobType(JobEntity job)java.lang.Voidexecute(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, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
checkJobType
protected void checkJobType(JobEntity job)
-
findTimerDeclaration
protected TimerDeclarationImpl findTimerDeclaration(CommandContext commandContext, JobEntity job)
-
findTimerDeclarationForActivity
protected TimerDeclarationImpl findTimerDeclarationForActivity(CommandContext commandContext, JobEntity job)
-
findTimeoutListenerDeclaration
protected TimerDeclarationImpl findTimeoutListenerDeclaration(JobEntity job, ActivityImpl activity)
-
findTimerDeclarationForProcessStartEvent
protected TimerDeclarationImpl findTimerDeclarationForProcessStartEvent(CommandContext commandContext, JobEntity job)
-
-