Interface BackgroundTaskFinder


@ProviderType public interface BackgroundTaskFinder
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    findByG_T_C(long[] groupIds, String[] taskExecutorClassNames, Boolean completed, int start, int end, boolean orderByType)
     
  • Method Details

    • findByG_T_C

      List<BackgroundTask> findByG_T_C(long[] groupIds, String[] taskExecutorClassNames, Boolean completed, int start, int end, boolean orderByType)