Class GetAllCommentsCommand

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

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

      • GetAllCommentsCommand

        public GetAllCommentsCommand()
      • GetAllCommentsCommand

        public GetAllCommentsCommand​(Long taskId)
    • Method Detail

      • execute

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