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 SummaryFieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected Stringprotected Collection<String>
- 
Constructor SummaryConstructorsConstructorDescriptionDeleteTaskCmd(String taskId, String deleteReason, boolean cascade) DeleteTaskCmd(Collection<String> taskIds, String deleteReason, boolean cascade) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcheckDeleteTask(TaskEntity task, CommandContext commandContext) protected voiddeleteTask(String taskId, CommandContext commandContext) execute(CommandContext commandContext) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable