- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setJobStatus_InScope (3.2 sec)
-
src/main/java/org/codelibs/fess/app/service/JobLogService.java
* @param jobStatusList the list of job statuses to match for deletion */ public void deleteByJobStatus(final List<String> jobStatusList) { jobLogBhv.queryDelete(cb -> { cb.query().setJobStatus_InScope(jobStatusList); }); } /** * Updates the status of expired jobs that haven't finished. * Jobs that have been running longer than the expired job intervalRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0)