Package org.camunda.bpm.engine.impl.cmd
Class DeleteTaskCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Joram Barrez
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected String
protected String
protected Collection<String>
-
Constructor Summary
ConstructorDescriptionDeleteTaskCmd
(String taskId, String deleteReason, boolean cascade) DeleteTaskCmd
(Collection<String> taskIds, String deleteReason, boolean cascade) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkDeleteTask
(TaskEntity task, CommandContext commandContext) protected void
deleteTask
(String taskId, CommandContext commandContext) execute
(CommandContext commandContext)