Package org.pentaho.platform.api.engine
Interface ISessionStartupAction
-
public interface ISessionStartupAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetActionOutputScope()StringgetActionPath()StringgetSessionType()voidsetActionOutputScope(String actionOutputScope)voidsetActionPath(String actionPath)voidsetSessionType(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)
-
-