Class DeleteTaskCmd
java.lang.Object
org.flowable.cmmn.engine.impl.cmd.DeleteTaskCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected String
protected String
protected Collection<String>
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteTaskCmd
(String taskId, String deleteReason, boolean cascade) DeleteTaskCmd
(Collection<String> taskIds, String deleteReason, boolean cascade) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
deleteTask
(CommandContext commandContext, String taskId) execute
(CommandContext commandContext)