Class DeleteTaskCommentCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteTaskCommentCmd
All Implemented Interfaces:
Serializable, Command<Object>

public class DeleteTaskCommentCmd extends Object implements Command<Object>, Serializable
Command to delete a comment by a given commentId and taskId or to delete all comments of a given task Id
See Also:
  • Field Details

    • commentId

      protected String commentId
    • taskId

      protected String taskId
  • Constructor Details

    • DeleteTaskCommentCmd

      public DeleteTaskCommentCmd(String taskId, String commentId)
    • DeleteTaskCommentCmd

      public DeleteTaskCommentCmd(String taskId)
  • Method Details