Package org.camunda.bpm.engine.impl.cmd
Class DeleteTaskCommentCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteTaskCommentCmd
- All Implemented Interfaces:
Serializable
,Command<Object>
Command to delete a comment by a given commentId and taskId or to delete all comments
of a given task Id
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeleteTaskCommentCmd
(String taskId) DeleteTaskCommentCmd
(String taskId, String commentId) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkTaskWork
(TaskEntity task, CommandContext commandContext) execute
(CommandContext commandContext)