public interface JobLogDao
| Modifier and Type | Method and Description |
|---|---|
List<JobLogModel> |
findJobLogs(CronJobModel cronJobModel,
int count,
boolean ascending)
Finds
JobLogModel max of count entries for a given CronJobModel order by ascended|descendent. |
List<JobLogModel> findJobLogs(CronJobModel cronJobModel, int count, boolean ascending)
JobLogModel max of count entries for a given CronJobModel order by ascended|descendent.Copyright © 2017 SAP SE. All Rights Reserved.