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 modebooleancheck whether cube worker is enabledbooleancheck whether dimension worker is enabledbooleancheck whether drillthrough worker is enabledbooleancheck 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
-