java.lang.Object | |
↳ | com.microstrategy.webservices.MWSProperties |
Contains MicroStrategy Web Service properties.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | NULLOFFICEVERSION | ||||||||||
String | ReleaseVersion | The current ReleaseVersion of MicroStrategy Web Services. |
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 static String | OfficeInstallURL | ||||||||||
public static String | OfficeInstallVersion | Hold the version number of the MSTR Office that currently resides in the MWS Office subdirectory. | |||||||||
public static final MWSWSDLVersion | WSDLVersion | The current WSDLVersion of MicroStrategy Web Services. | |||||||||
public static final MWSWSDLVersion | WSDLVersion751 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion753 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion800 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion801 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion802 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion803 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion810 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion811 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion812 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion900 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion920 | ||||||||||
public static final MWSWSDLVersion | WSDLVersion931 |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSProperties() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ArrayOfMWSProperty |
GetMWSProperties(EnumMWSProperties eProps, ArrayOfMWSConnectProperty aConnectProps)
Returns an array of web service properties request by the client.
| ||||||||||
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.
| ||||||||||
void |
setOfficeInstallURL(String sOfficeInstallURL)
Set the Office install executable location
| ||||||||||
void |
setOfficeInstallVersion(String sOfficeInstallVersion)
Set the Office version from an outside source since
we need to read the ReleaseVersion stamp off of the
MicroStrategyOffice.msi file for Office.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The current ReleaseVersion of MicroStrategy Web Services. The ReleaseVersion identifies the MSTR release that MicroStrategy Web Services is associated with.
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.
Hold the version number of the MSTR Office that currently resides in the MWS Office subdirectory. This can be installed by requesting clients.
The current WSDLVersion of MicroStrategy Web Services. The WSDLVersion is used to identify versions of the web service that change the web service interface resulting in WSDL changes that affect the client.
Returns an array of web service properties request by the client.
eProps | Specifies which properties to return. |
---|---|
aConnectProps | Used to identify locale and version of client. |
MWSException | |
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 |
---|
Set the Office install executable location
Set the Office version from an outside source since we need to read the ReleaseVersion stamp off of the MicroStrategyOffice.msi file for Office.
sOfficeInstallVersion | Office version to set |
---|