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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteTaskCommentCmd(String taskId) DeleteTaskCommentCmd(String taskId, String commentId) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckTaskWork(TaskEntity task, CommandContext commandContext) execute(CommandContext commandContext)