Class AddCommentCmd

java.lang.Object
org.activiti.engine.impl.cmd.AddCommentCmd
All Implemented Interfaces:
Command<Comment>

public class AddCommentCmd extends Object implements Command<Comment>
  • Field Details

    • taskId

      protected String taskId
    • processInstanceId

      protected String processInstanceId
    • type

      protected String type
    • message

      protected String message
  • Constructor Details

  • Method Details