Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setProcessType_InScope (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/app/service/PathMappingService.java

        public List<PathMapping> getPathMappingList(final Collection<String> processTypeList) {
    
            return pathMappingBhv.selectList(cb -> {
                cb.query().addOrderBy_SortOrder_Asc();
                cb.query().setProcessType_InScope(processTypeList);
                cb.fetchFirst(fessConfig.getPagePathMappingMaxFetchSizeAsInteger());
            });
        }
    
        /**
         * Sets up list condition for path mapping search.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 4.7K bytes
    - Click Count (0)
Back to Top