Package com.jedox.palojlib.interfaces
Interface ISvsInfo
- All Known Implementing Classes:
SvsInfo
public interface ISvsInfo
represent svs information typically result from svs/info
- Author:
- afroehlich
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionget svs login modeboolean
check whether cube worker is enabledboolean
check whether dimension worker is enabledboolean
check whether drillthrough worker is enabledboolean
check whether svs is active
-
Method Details
-
isSvsActive
boolean isSvsActive()check whether svs is active- Returns:
- true if active otherwise false
-
getLoginMode
ISvsInfo.LOGIN_MODE getLoginMode()get svs login mode- Returns:
- login mode
ISvsInfo.LOGIN_MODE
-
isCubeWorkerActive
boolean isCubeWorkerActive()check whether cube worker is enabled- Returns:
- true if active otherwise false
-
isEnableDrillthrough
boolean isEnableDrillthrough()check whether drillthrough worker is enabled- Returns:
- true if enabled otherwise false
-
isEnableDimensionWorker
boolean isEnableDimensionWorker()check whether dimension worker is enabled- Returns:
- true if enabled otherwise false
-