java.lang.Object | |
↳ | com.microstrategy.webservices.MWSInfoPropertiesHandler |
Contains MicroStrategy Web Service informational properties.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static String | BuildVersion | The current BuildVersion of MicroStrategy Web Services. | |||||||||
public static String | DashboardVersion | Hold the version number of the MSTR dashboard viewer that resides in the MWS Flash subdirectory. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSInfoPropertiesHandler() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ArrayOfMWSInfoProperty | GetMWSInfoProperties(String callerWSDLVersion, String displayLocaleStr) | ||||||||||
void |
setBuildVersion(String sBuildVersion)
Set the build version from an outside source since
we need to read the build stamp off of the DotNet
DLL's.
| ||||||||||
void |
setDashboardVersion(String sDashboardVersion)
Set the dashboard version from an outside source since
we need to check the configuration paramers to override
the default of the build version.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The current BuildVersion of MicroStrategy Web Services. The BuildVersion identifies the current MSTR development build number.
Hold the version number of the MSTR dashboard viewer that resides in the MWS Flash subdirectory. This can be configured in both .NET and J2EE. By default, it's the build version.
MWSException |
---|
Set the build version from an outside source since we need to read the build stamp off of the DotNet DLL's.
sBuildVersion | Build version to set |
---|
Set the dashboard version from an outside source since we need to check the configuration paramers to override the default of the build version.
sDashboardVersion | dashboard version to set |
---|