Uses of Interface
org.pentaho.platform.api.engine.ISessionStartupAction

Packages that use ISessionStartupAction
org.pentaho.platform.engine.core.system   
org.pentaho.platform.engine.core.system.boot   
 

Uses of ISessionStartupAction in org.pentaho.platform.engine.core.system
 

Classes in org.pentaho.platform.engine.core.system that implement ISessionStartupAction
 class SessionStartupAction
           
 

Method parameters in org.pentaho.platform.engine.core.system with type arguments of type ISessionStartupAction
static void PentahoSystem.setSessionStartupActions(List<ISessionStartupAction> actions)
          Registers server actions that will be invoked when a session is created.
 void SpringPentahoSystemProxy.setSessionStartupActions(List<ISessionStartupAction> registries)
           
 

Uses of ISessionStartupAction in org.pentaho.platform.engine.core.system.boot
 

Methods in org.pentaho.platform.engine.core.system.boot that return types with arguments of type ISessionStartupAction
 List<ISessionStartupAction> PentahoSystemBoot.getStartupActions()
          Returns the list of startup actions.
 

Methods in org.pentaho.platform.engine.core.system.boot with parameters of type ISessionStartupAction
 void PentahoSystemBoot.addStartupAction(ISessionStartupAction startupAction)
          Adds a strtup action to the system.
 

Method parameters in org.pentaho.platform.engine.core.system.boot with type arguments of type ISessionStartupAction
 void PentahoSystemBoot.setStartupActions(List<ISessionStartupAction> startupActions)
          Sets the list of startup actions These actions will be executed on system startup or on session creation.