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 |
findTimerDeclaration(CommandContext commandContext,
JobEntity job) |
protected TimerDeclarationImpl |
findTimerDeclarationForActivity(CommandContext commandContext,
JobEntity job) |
protected TimerDeclarationImpl |
findTimerDeclarationForProcessStartEvent(CommandContext commandContext,
JobEntity job) |
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 findTimerDeclarationForProcessStartEvent(CommandContext commandContext, JobEntity job)
Copyright © 2022. All rights reserved.