Package org.activiti.engine.impl.cmd
Class DeleteCommentCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.DeleteCommentCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class DeleteCommentCmd extends Object implements Command<Void>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteCommentCmd(String taskId, String processInstanceId, String commentId)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-