- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setJobStatus_InScope (0.18 sec)
-
src/main/java/org/codelibs/fess/app/service/JobLogService.java
cb.query().setEndTime_LessThan(targetTime); }); } public void deleteByJobStatus(final List<String> jobStatusList) { jobLogBhv.queryDelete(cb -> { cb.query().setJobStatus_InScope(jobStatusList); }); } public void updateStatus() { final long expiry = ComponentUtil.getSystemHelper().getCurrentTimeAsLong() - expiredJobInterval;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setJobStatus_InScope(Collection<String> jobStatusList) { setJobStatus_Terms(jobStatusList, null); } public void setJobStatus_InScope(Collection<String> jobStatusList, ConditionOptionCall<TermsQueryBuilder> opLambda) { setJobStatus_Terms(jobStatusList, opLambda); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 71.3K bytes - Viewed (0)