Class GetCommentCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<org.kie.api.task.model.Comment>, org.kie.api.command.ExecutableCommand<org.kie.api.task.model.Comment>

    public class GetCommentCommand
    extends TaskCommand<org.kie.api.task.model.Comment>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetCommentCommand

        public GetCommentCommand()
      • GetCommentCommand

        public GetCommentCommand​(Long commentId)
    • Method Detail

      • getCommentId

        public Long getCommentId()
      • setCommentId

        public void setCommentId​(Long commentId)
      • execute

        public org.kie.api.task.model.Comment execute​(org.kie.api.runtime.Context cntxt)