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)
protected void sendCancelEvent(TimerJobEntity jobToDelete)
protected TimerJobEntity getJobToDelete(CommandContext commandContext)
Copyright © 2016 Alfresco. All rights reserved.