java.lang.Object | |
↳ | com.microstrategy.webservices.MWSConfigurationProperties |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BLOCKOFFICEUPDATE | ||||||||||
String | BUNDLESUBDIRECTORY | ||||||||||
String | DASHBOARDVERSION | ||||||||||
String | DATESBUNDLEPREFIX | ||||||||||
String | FLASHSUBDIRECTORY | ||||||||||
String | IMAGESUBDIRECTORY | ||||||||||
String | ISERVERVERSIONCHECK | ||||||||||
String | MAXPOOLEDCONNECTIONS | ||||||||||
String | OFFICEINSTALLCONFIGFILELOC | ||||||||||
String | OFFICEINSTALLURL | ||||||||||
String | OFFICEINSTALLVERSION | ||||||||||
String | REPORTSTATEWORKINGSET | ||||||||||
String | REQUESTTIMEOUT | ||||||||||
String | RESOURCELOCATIONS | ||||||||||
int | RESOURCE_LOCATIONS_ANY | ||||||||||
int | RESOURCE_LOCATIONS_NONE | ||||||||||
int | RESOURCE_LOCATIONS_OFFICE_FOLDER | ||||||||||
int | RESOURCE_LOCATIONS_ROOT_FOLDER | ||||||||||
String | SERVERBUSYTIMEOUT | ||||||||||
String | STRINGSBUNDLEPREFIX | ||||||||||
String | TLS_INTELLIGENCE_SERVER | ||||||||||
String | TLS_INTELLIGENCE_SERVER_TRUSTSTORE | ||||||||||
String | TLS_INTELLIGENCE_SERVER_TRUSTSTORE_PWD | ||||||||||
String | TRENCH | ||||||||||
String | TRUSTEDAUTHPROVIDER | ||||||||||
String | VISUALIZATIONTEXTFILES |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static int | DEFAULTMAXREPORTROWLIMIT | ||||||||||
public static final MWSConfigurationProperties | INSTANCE | ||||||||||
public static String | MWSBASEPATH | ||||||||||
public static String | MWSBASEURL | ||||||||||
public static StyleCatalog | MWSStyleCatalog | ||||||||||
public static int | NULLMAXREPORTROWLIMIT | ||||||||||
public static boolean | UNIVERSALSERVICE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static void |
Initialize(String filePathRoot)
Read in MWSConfig.properties contents.
| ||||||||||
static void | addProperty(String key, String value) | ||||||||||
static int | getMaxPooledConnections() | ||||||||||
static String | getPropertyValue(String name) | ||||||||||
static int | getReportStateWorkingSet() | ||||||||||
static int | getRequestTimeout() | ||||||||||
static int | getServerBusyTimeout() | ||||||||||
static String | getTrustedTokenFilePath(String serverName) | ||||||||||
static boolean | isIServerVersionCheckON() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Read in MWSConfig.properties contents.
MWSException |
---|