Class DeleteCommentCmd

java.lang.Object
org.flowable.engine.impl.cmd.DeleteCommentCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class DeleteCommentCmd extends Object implements Command<Void>, Serializable
Author:
Joram Barrez
See Also:
  • Field Details

    • taskId

      protected String taskId
    • processInstanceId

      protected String processInstanceId
    • commentId

      protected String commentId
  • Constructor Details

    • DeleteCommentCmd

      public DeleteCommentCmd(String taskId, String processInstanceId, String commentId)
  • Method Details