public interface IPentahoSystemStartupActions
Modifier and Type | Method and Description |
---|---|
void |
clearGlobals() |
IParameterProvider |
getGlobalParameters() |
void |
globalStartup() |
void |
globalStartup(IPentahoSession session) |
Object |
putInGlobalAttributesMap(Object key,
Object value) |
Object |
removeFromGlobalAttributesMap(Object key) |
void |
sessionStartup(IPentahoSession session) |
void |
sessionStartup(IPentahoSession session,
IParameterProvider sessionParameters) |
void |
setSessionStartupActions(List<ISessionStartupAction> actions)
Registers server actions that will be invoked when a session is created.
|
void sessionStartup(IPentahoSession session)
void sessionStartup(IPentahoSession session, IParameterProvider sessionParameters)
void globalStartup()
void globalStartup(IPentahoSession session)
void setSessionStartupActions(List<ISessionStartupAction> actions)
IPentahoSession
implementation whether to advise the system of it's creation via
PentahoSystem#sessionStartup(IPentahoSession)
.actions
- the server actions to execute on session startupvoid clearGlobals()
IParameterProvider getGlobalParameters()
Copyright © 2020 Hitachi Vantara. All rights reserved.