- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for deleteByJobStatus (0.06 sec)
-
src/main/java/org/codelibs/fess/app/service/JobLogService.java
} /** * Deletes job logs that have any of the specified job statuses. * * @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); }); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0)