Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setJobStatus_InScope (0.17 sec)

  1. 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)
Back to top