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