Package org.activiti.engine.impl.cmd
Class DeleteJobCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.DeleteJobCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class DeleteJobCmd extends Object implements Command<Object>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteJobCmd(String jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(CommandContext commandContext)protected JobEntitygetJobToDelete(CommandContext commandContext)protected voidsendCancelEvent(JobEntity jobToDelete)
-
-
-
Field Detail
-
jobId
protected String jobId
-
-
Constructor Detail
-
DeleteJobCmd
public DeleteJobCmd(String jobId)
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
sendCancelEvent
protected void sendCancelEvent(JobEntity jobToDelete)
-
getJobToDelete
protected JobEntity getJobToDelete(CommandContext commandContext)
-
-