public class DeleteTimerJobCmd extends Object implements Command<Object>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected JobServiceConfiguration |
jobServiceConfiguration |
protected String |
timerJobId |
| Constructor and Description |
|---|
DeleteTimerJobCmd(String timerJobId,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(CommandContext commandContext) |
protected TimerJobEntity |
getJobToDelete(CommandContext commandContext) |
protected void |
sendCancelEvent(CommandContext commandContext,
TimerJobEntity jobToDelete) |
protected String timerJobId
protected JobServiceConfiguration jobServiceConfiguration
public DeleteTimerJobCmd(String timerJobId, JobServiceConfiguration jobServiceConfiguration)
public Object execute(CommandContext commandContext)
protected void sendCancelEvent(CommandContext commandContext, TimerJobEntity jobToDelete)
protected TimerJobEntity getJobToDelete(CommandContext commandContext)
Copyright © 2021 Flowable. All rights reserved.