Class AddCommentCommand

    • Constructor Detail

      • AddCommentCommand

        public AddCommentCommand()
      • AddCommentCommand

        public AddCommentCommand​(Long taskId,
                                 org.kie.api.task.model.Comment comment)
      • AddCommentCommand

        public AddCommentCommand​(Long taskId,
                                 String userId,
                                 String text)
    • Method Detail

      • getComment

        public org.kie.api.task.model.Comment getComment()
      • setComment

        public void setComment​(org.kie.api.task.model.Comment comment)
      • setJaxbComment

        public void setJaxbComment​(JaxbComment jaxbComment)