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>
public class RecalculateJobDuedateCmd extends Object implements Command<Void>, Serializable
- Author:
- Tobias Metzke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecalculateJobDuedateCmd(String jobId, boolean creationDateBased)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkJobType(JobEntity job)
Void
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 Detail
-
RecalculateJobDuedateCmd
public RecalculateJobDuedateCmd(String jobId, boolean creationDateBased)
-
-
Method Detail
-
execute
public 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)
-
-