- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setJobStatus_InScope (0.19 seconds)
-
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 intervalCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0)