- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setJobStatus_InScope (0.06 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 interval
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0)