- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setProcessType_InScope (0.09 sec)
-
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. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PathMappingHelper.java
cachedPathMappingList = pathMappingBhv.selectList(cb -> { cb.query().addOrderBy_SortOrder_Asc(); cb.query().setProcessType_InScope(ptList); cb.fetchFirst(ComponentUtil.getFessConfig().getPagePathMappingMaxFetchSizeAsInteger()); }); if (logger.isDebugEnabled()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsPathMappingCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setProcessType_InScope(Collection<String> processTypeList) { setProcessType_Terms(processTypeList, null); } public void setProcessType_InScope(Collection<String> processTypeList, ConditionOptionCall<TermsQueryBuilder> opLambda) { setProcessType_Terms(processTypeList, opLambda); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 72.1K bytes - Viewed (0)