Package com.microstrategy.webapi
Interface EnumDSSXMLAccessRightFlags
-
- All Known Implementing Classes:
WebBlobImpl,WebChangeJournalSearchImpl,WebDBMSImpl,WebDerivedElementsHelper,WebDossierPersonalViewShortcutImpl,WebEmailDeviceImpl,WebEmailTransmitterImpl,WebFileDeviceImpl,WebFTPDeviceImpl,WebIAMImpl,WebMobileDeviceImpl,WebPrinterDeviceImpl,WebReportDefinitionImpl,WebReusableThresholdsImpl,WebScriptRuntimeEnvImpl,WebSyncRecommendationFolder,WebSyncSearchFolder,WebTransmitterImpl,WebWalletImpl
public interface EnumDSSXMLAccessRightFlagsThis interface defines the enumeration constants used to specify the access granted attribute of the DSS objects.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlAccessRightBrowseSpecifies the access right to read generic IDSSObjectInfo of a DSS object.static intDssXmlAccessRightControlSpecifies the access right to modify the accesss control list on a DSS object.static intDssXmlAccessRightDeleteSpecifies the access right to delete a DSS object.static intDssXmlAccessRightExecuteSpecifies the access right to execute a report in terms of report definition objects.static intDssXmlAccessRightFullControlSpecifies the access right to read, write, delete and control a DSS object.static intDssXmlAccessRightInheritablestatic intDssXmlAccessRightReadSpecifies the access right to read the definition of a DSS object as well as view the contents of the access control list.static intDssXmlAccessRightUseSpecifies the access right to use a DSS objectstatic intDssXmlAccessRightUseExecuteDeprecated.No longer appears to have any effect on backend.static intDssXmlAccessRightWriteSpecifies the access right to modify the definition of a DSS object.
-
-
-
Field Detail
-
DssXmlAccessRightBrowse
static final int DssXmlAccessRightBrowse
Specifies the access right to read generic IDSSObjectInfo of a DSS object.- See Also:
- Constant Field Values
-
DssXmlAccessRightUseExecute
@Deprecated static final int DssXmlAccessRightUseExecute
Deprecated.No longer appears to have any effect on backend. See DssXmlAccessRightUse and DssXmlAccessRightExecute.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.- See Also:
- Constant Field Values
-
DssXmlAccessRightRead
static final int DssXmlAccessRightRead
Specifies the access right to read the definition of a DSS object as well as view the contents of the access control list.- See Also:
- Constant Field Values
-
DssXmlAccessRightWrite
static final int DssXmlAccessRightWrite
Specifies the access right to modify the definition of a DSS object.- See Also:
- Constant Field Values
-
DssXmlAccessRightDelete
static final int DssXmlAccessRightDelete
Specifies the access right to delete a DSS object.- See Also:
- Constant Field Values
-
DssXmlAccessRightControl
static final int DssXmlAccessRightControl
Specifies the access right to modify the accesss control list on a DSS object.- See Also:
- Constant Field Values
-
DssXmlAccessRightUse
static final int DssXmlAccessRightUse
Specifies the access right to use a DSS object- See Also:
- Constant Field Values
-
DssXmlAccessRightExecute
static final int DssXmlAccessRightExecute
Specifies the access right to execute a report in terms of report definition objects.- See Also:
- Constant Field Values
-
DssXmlAccessRightFullControl
static final int DssXmlAccessRightFullControl
Specifies the access right to read, write, delete and control a DSS object.- See Also:
- Constant Field Values
-
DssXmlAccessRightInheritable
static final int DssXmlAccessRightInheritable
- See Also:
- Constant Field Values
-
-