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