Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 41 of 41 for queryDelete (0.03 seconds)

  1. src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java

                } catch (final Exception e) {
                    logger.warn("Failed to process a thumbnail generation.", e);
                }
            });
    
            if (!idList.isEmpty()) {
                thumbnailQueueBhv.queryDelete(cb -> {
                    cb.query().setId_InScope(idList);
                });
                thumbnailQueueBhv.refresh();
            }
            return idList.size();
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jan 01 12:47:47 GMT 2026
    - 27.2K bytes
    - Click Count (0)
Back to Top