Package org.pentaho.platform.api.engine
Interface ISessionStartupAction
-
public interface ISessionStartupAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getActionOutputScope()
String
getActionPath()
String
getSessionType()
void
setActionOutputScope(String actionOutputScope)
void
setActionPath(String actionPath)
void
setSessionType(String sessionType)
-
-
-
Method Detail
-
getSessionType
String getSessionType()
-
setSessionType
void setSessionType(String sessionType)
-
getActionOutputScope
String getActionOutputScope()
-
setActionOutputScope
void setActionOutputScope(String actionOutputScope)
-
getActionPath
String getActionPath()
-
setActionPath
void setActionPath(String actionPath)
-
-