Package org.flowable.engine.impl.cmd
Class DeleteTaskCmd
java.lang.Object
org.flowable.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 voiddeleteTask(CommandContext commandContext, String taskId) execute(CommandContext commandContext)