Class SpringPentahoSystemProxy


  • public class SpringPentahoSystemProxy
    extends Object
    This class exists for the sole purpose of providing a way for Spring to inject Spring-created objects into a static PentahoSystem.

    Please do not reference this class in your code.

    • Constructor Detail

      • SpringPentahoSystemProxy

        public SpringPentahoSystemProxy()
    • Method Detail

      • setAdministrationPlugins

        public void setAdministrationPlugins​(List<org.pentaho.platform.api.engine.IPentahoPublisher> administrationPlugins)
      • setSystemListeners

        public void setSystemListeners​(List<org.pentaho.platform.api.engine.IPentahoSystemListener> systemListeners)
      • setSessionStartupActions

        public void setSessionStartupActions​(List<org.pentaho.platform.api.engine.ISessionStartupAction> registries)
      • setSystemSettingsService

        public void setSystemSettingsService​(org.pentaho.platform.api.engine.ISystemSettings systemSettingsService)