java.lang.Object | |
↳ | com.microstrategy.webservices.EnumMWSAccessRights |
This class mirrors the WebObjects class EnumDSSXMLAccessRightFlags, and is designed to hold multiple values using bit ORing. It is returned as part of the MWSObjectInfo class.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | _MWSBrowse | Specifies the access right to read generic IDSSObjectInfo of a DSS object | |||||||||
int | _MWSControl | Specifies the access right to modify the accesss control list on a DSS object. | |||||||||
int | _MWSDelete | Specifies the access right to delete a DSS object. | |||||||||
int | _MWSExecute | Specifies the access right to execute a report in terms of report definition objects. | |||||||||
int | _MWSFullControl | Specifies the access right to read, write, delete and control a DSS object. | |||||||||
int | _MWSInheritable | ||||||||||
int | _MWSRead | Specifies the access right to read the definition of a DSS object as well as view the contents of the access control list | |||||||||
int | _MWSUse | Specifies the access right to use a DSS object. | |||||||||
int | _MWSUseExecute | Specifies the access right to use a DSS object in the definition of another object or to execute a report in terms of report definition objects. | |||||||||
int | _MWSWrite | Specifies the access right to modify the definition of a DSS object. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSAccessRights(int iValue)
Construct the enum using passed in integer.
| |||||||||||
EnumMWSAccessRights(String sValue)
Construct the enum using passed in string
of format: "value1, value2, ...".
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getValue()
Get integer equivalent of enum.
| ||||||||||
String |
toString()
Return the string representation of the
enum in the format: "value1, value2, ...".
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Specifies the access right to read generic IDSSObjectInfo of a DSS object
Specifies the access right to modify the accesss control list on a DSS object.
Specifies the access right to delete a DSS object.
Specifies the access right to execute a report in terms of report definition objects.
Specifies the access right to read, write, delete and control a DSS object.
Specifies the access right to read the definition of a DSS object as well as view the contents of the access control list
Specifies the access right to use a DSS object.
Specifies the access right to use a DSS object in the definition of another object or to execute a report in terms of report definition objects.
Specifies the access right to modify the definition of a DSS object.
Construct the enum using passed in integer.
Construct the enum using passed in string of format: "value1, value2, ...".
Get integer equivalent of enum.
Return the string representation of the enum in the format: "value1, value2, ...".