Interface TinyTaskListService

  • All Implemented Interfaces:

    
    public interface TinyTaskListService
    
                        
    Since:

    2022-12-26

    Author:

    trydofor

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract PageResult<TinyTaskListService.Item> listRunning(PageQuery pq)
      abstract PageResult<TinyTaskListService.Item> listDefined(PageQuery pq)
      abstract PageResult<WinTaskResult> listResult(long id, PageQuery pq)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait