Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PathMappingBhv (2.88 sec)

  1. src/main/java/org/codelibs/fess/helper/PathMappingHelper.java

        }
    
        @Override
        public int load() {
            final List<String> ptList = getProcessTypeList();
    
            try {
                final PathMappingBhv pathMappingBhv = ComponentUtil.getComponent(PathMappingBhv.class);
                cachedPathMappingList = pathMappingBhv.selectList(cb -> {
                    cb.query().addOrderBy_SortOrder_Asc();
                    cb.query().setProcessType_InScope(ptList);
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/PathMappingDbm.java

            return "org.codelibs.fess.opensearch.config.cbean.PathMappingCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.opensearch.config.exbhv.PathMappingBhv";
        }
    
        // ===================================================================================
        //                                                                         Object Type
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 27 07:01:25 UTC 2025
    - 11.3K bytes
    - Viewed (0)
Back to top