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