Interface JobLogDao
- All Known Implementing Classes:
DefaultJobLogDao,DefaultJobLogDaoTest.TestDefaultJobLogDao
public interface JobLogDao
The jobLog DAO interface. Used for finding the jobLogs in the backend.
- Since:
- 4.3
- Spring Bean ID:
- jobLogDao
-
Method Summary
Modifier and TypeMethodDescriptionfindJobLogs(CronJobModel cronJobModel, int count, boolean ascending) FindsJobLogModelmax of count entries for a givenCronJobModelorder by ascended|descendent.
-
Method Details
-
findJobLogs
FindsJobLogModelmax of count entries for a givenCronJobModelorder by ascended|descendent.
-