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(TimerJobEntity jobToDelete) |
protected String timerJobId
public DeleteTimerJobCmd(String timerJobId)
public Object execute(CommandContext commandContext)
execute
in interface BaseCommand<Object,CommandContext>
execute
in interface Command<Object>
protected void sendCancelEvent(TimerJobEntity jobToDelete)
protected TimerJobEntity getJobToDelete(CommandContext commandContext)
Copyright © 2017 Flowable. All rights reserved.