Package com.microstrategy.webapi
Interface EnumSystemInfoOption
-
public interface EnumSystemInfoOption
Interface to specify the value of system info option while fetching information from I-Server
-
-
Field Summary
Fields Modifier and Type Field Description static int
APS_SERVER_INFO
Get connection information of MSTR Data Serverstatic int
RESERVED
static int
SYSTEM_FUNCTIONS
Get system functionsstatic int
SYSTEM_OBJECTS
Get system objects like form categoriesstatic int
URL_FILE_IMPORT_GOVERNING
Get importing governing for URL/File
-
-
-
Field Detail
-
RESERVED
static final int RESERVED
- See Also:
- Constant Field Values
-
SYSTEM_OBJECTS
static final int SYSTEM_OBJECTS
Get system objects like form categories- See Also:
- Constant Field Values
-
URL_FILE_IMPORT_GOVERNING
static final int URL_FILE_IMPORT_GOVERNING
Get importing governing for URL/File- See Also:
- Constant Field Values
-
SYSTEM_FUNCTIONS
static final int SYSTEM_FUNCTIONS
Get system functions- See Also:
- Constant Field Values
-
APS_SERVER_INFO
static final int APS_SERVER_INFO
Get connection information of MSTR Data Server- See Also:
- Constant Field Values
-
-