Package com.microstrategy.webapi
Interface EnumDSSXMLAccessRightFlags
-
- All Known Implementing Classes:
WebBlobImpl
,WebChangeJournalSearchImpl
,WebDBMSImpl
,WebDerivedElementsHelper
,WebDossierPersonalViewShortcutImpl
,WebEmailDeviceImpl
,WebEmailTransmitterImpl
,WebFileDeviceImpl
,WebFTPDeviceImpl
,WebMobileDeviceImpl
,WebPrinterDeviceImpl
,WebReportDefinitionImpl
,WebReusableThresholdsImpl
,WebSyncRecommendationFolder
,WebSyncSearchFolder
,WebTransmitterImpl
public interface EnumDSSXMLAccessRightFlags
This 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 int
DssXmlAccessRightBrowse
Specifies the access right to read generic IDSSObjectInfo of a DSS object.static int
DssXmlAccessRightControl
Specifies the access right to modify the accesss control list on a DSS object.static int
DssXmlAccessRightDelete
Specifies the access right to delete a DSS object.static int
DssXmlAccessRightExecute
Specifies the access right to execute a report in terms of report definition objects.static int
DssXmlAccessRightFullControl
Specifies the access right to read, write, delete and control a DSS object.static int
DssXmlAccessRightInheritable
static 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.static int
DssXmlAccessRightUse
Specifies the access right to use a DSS objectstatic int
DssXmlAccessRightUseExecute
Deprecated.No longer appears to have any effect on backend.static int
DssXmlAccessRightWrite
Specifies 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
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
-
-