Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getActivityHelper (0.29 seconds)

  1. src/main/java/org/codelibs/fess/util/ComponentUtil.java

            return getComponent(LDAP_MANAGER);
        }
    
        /**
         * Gets the activity helper component.
         * @return The activity helper.
         */
        public static ActivityHelper getActivityHelper() {
            return getComponent(ACTIVITY_HELPER);
        }
    
        /**
         * Gets the request manager component.
         * @return The request manager.
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 30.9K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java

                    } catch (final Exception e) {
                        // Ignore - background job context
                    }
                }
    
                ComponentUtil.getActivityHelper().scriptExecution(getName(), script, source, user, result);
            } catch (final Exception e) {
                if (logger.isDebugEnabled()) {
                    logger.debug("Failed to log script execution", e);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 11.9K bytes
    - Click Count (0)
Back to Top