public class RecalculateJobDuedateCmd extends Object implements Command<Void>, Serializable
Constructor and Description |
---|
RecalculateJobDuedateCmd(String jobId,
boolean creationDateBased) |
Modifier and Type | Method and 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
public RecalculateJobDuedateCmd(String jobId, boolean creationDateBased)
public Void execute(CommandContext commandContext)
protected void checkJobType(JobEntity job)
protected TimerDeclarationImpl findTimerDeclaration(CommandContext commandContext, JobEntity job)
protected TimerDeclarationImpl findTimerDeclarationForActivity(CommandContext commandContext, JobEntity job)
protected TimerDeclarationImpl findTimeoutListenerDeclaration(JobEntity job, ActivityImpl activity)
protected TimerDeclarationImpl findTimerDeclarationForProcessStartEvent(CommandContext commandContext, JobEntity job)
Copyright © 2022. All rights reserved.