Package org.camunda.bpm.engine.impl.cmd
Class DeleteProcessInstanceCommentCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCommentCmd
- All Implemented Interfaces:
Serializable
,Command<Object>
public class DeleteProcessInstanceCommentCmd
extends Object
implements Command<Object>, Serializable
Command to delete a comment by a given commentId and processInstanceId or to delete all comments
of a given processInstanceId
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeleteProcessInstanceCommentCmd
(String processInstanceId) DeleteProcessInstanceCommentCmd
(String processInstanceId, String commentId) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkUpdateProcessInstanceById
(String processInstanceId, CommandContext commandContext) execute
(CommandContext commandContext) protected void
logOperation
(ExecutionEntity processInstance, CommandContext commandContext)
-
Field Details
-
commentId
-
processInstanceId
-
-
Constructor Details
-
DeleteProcessInstanceCommentCmd
-
DeleteProcessInstanceCommentCmd
-
-
Method Details
-
execute
-
logOperation
-
checkUpdateProcessInstanceById
protected void checkUpdateProcessInstanceById(String processInstanceId, CommandContext commandContext)
-