- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getAvailableUserList (0.06 sec)
-
src/main/java/org/codelibs/fess/app/service/UserService.java
* Retrieves a list of all available users in the system. * Returns up to the maximum configured number of users. * * @return a list of all available users */ public List<User> getAvailableUserList() { return userBhv.selectList(cb -> { cb.query().matchAll(); cb.fetchFirst(fessConfig.getPageUserMaxFetchSizeAsInteger()); }); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.7K bytes - Viewed (0)