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 Details

    • commentId

      protected String commentId
    • processInstanceId

      protected String processInstanceId
  • Constructor Details

    • DeleteProcessInstanceCommentCmd

      public DeleteProcessInstanceCommentCmd(String processInstanceId, String commentId)
    • DeleteProcessInstanceCommentCmd

      public DeleteProcessInstanceCommentCmd(String processInstanceId)
  • Method Details