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