public interface

EnumSystemInfoOption

com.microstrategy.webapi.EnumSystemInfoOption

Class Overview

Interface to specify the value of system info option while fetching information from I-Server

Summary

Constants
int APS_SERVER_INFO Get connection information of MSTR Data Server
int RESERVED
int SYSTEM_FUNCTIONS Get system functions
int SYSTEM_OBJECTS Get system objects like form categories
int URL_FILE_IMPORT_GOVERNING Get importing governing for URL/File

Constants

public static final int APS_SERVER_INFO

Get connection information of MSTR Data Server

Constant Value: 4 (0x00000004)

public static final int RESERVED

Constant Value: 0 (0x00000000)

public static final int SYSTEM_FUNCTIONS

Get system functions

Constant Value: 3 (0x00000003)

public static final int SYSTEM_OBJECTS

Get system objects like form categories

Constant Value: 1 (0x00000001)

public static final int URL_FILE_IMPORT_GOVERNING

Get importing governing for URL/File

Constant Value: 2 (0x00000002)