Package com.microstrategy.web.beans
Interface EnumWebFeatures
-
- All Known Subinterfaces:
EnumAppWebFeatures
- All Known Implementing Classes:
AbstractAppWebFeatures
,AccordionTabManagerBeanFeaturesImpl
,DefaultViewBeanFeaturesImpl
,GlobalFeaturesImpl
,ObjectBrowserManagerBeanFeaturesImpl
,PageComponentFeaturesImpl
,PreferenceSettingPageComponentFeaturesImpl
,ReportWorkingSetBrowserTabBeanFeaturesImpl
,RWContainerFeatures
,RWOIVMFeatures
,RWPageComponentFeaturesImpl
,ServerAdminFeatures
public interface EnumWebFeatures
This is the enumeration of all the features that are available for the web application at the SDK level.
A WebFeature is a generic term for a variety of preferences, privileges, settings, etc. that can be used to control the availability of functionality in MicroStrategy Web applications. Some general examples of Web Features include:- the current context of the application.
Specific example:- Whether the browser supports HTML or not
- Whether a certain preference is on or off
- the current functionality available to the user
Specific example:- Whether the user can access the history list, based on the user's privileges
- Whether the user can view a particular report, based on the user's privileges
- a specific setting for a specific object operation
Specific example:- Whether a report is in outline mode
- Whether grid headers are locked on a report
- Whether the user can view a particular report, based on the user's privileges
The purpose of Web Features is to allow you to create conditional functionality, by basing the availability of functionality on whether a specific feature (or set of features) is true or false. In all cases, a Web Feature is either true or false.
Some examples of conditional functionality that can be associated with a Web Feature include:- whether a shortcut is displayed on a toolbar, is active, or is selected by default
- whether a menu entry is displayed, is active, or is selected by default (checked)
- whether a system-picker is displayed, is active, or is selected by default (checked)
- whether a shortcut is part of a page template
- whether a user has access to a page
- whether a bean is instantiated in a request
- whether a Web component is refreshed after an iFrame request
- whether a property is assigned to a bean
- whether a certain block of javascript is used in a page
- what content is included in a JSP or ASP.NET file
- what content is included in an XML layout file
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
WebFeatureAccessDataFromCloudApp
Indicates whether or not the current use could access data from cloud apps.static java.lang.String
WebFeatureAccessDataFromFiles
Indicates whether or not the current use could access data from files.static java.lang.String
WebFeatureActiveAutoFitContent
Whether the "auto fit to content" item under Grid Layout menu is activestatic java.lang.String
WebFeatureActiveAutoFitWindow
Whether the "auto fit to window" item under Grid Layout menu is activestatic java.lang.String
WebFeatureAddNotes
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesAddNotes
privilege to add the notes.static java.lang.String
WebFeatureAddToHistoryList
Whether the object (report or document) can be added to History List or not.static java.lang.String
WebFeatureAutoPageBy
Denotes the report is in auto page by mode Enabled if the report is in DHTML modestatic java.lang.String
WebFeatureAutoRefresh
static java.lang.String
WebFeatureBrowserSupportsWebArchitect
Denotes whether we support Web Architect based on the client browser.static java.lang.String
WebFeatureCanUseWebArchitect
Denotes whether user has Web Architect privilegestatic java.lang.String
WebFeatureCheckAutoFitContent
Whether the report width is in fit to content modestatic java.lang.String
WebFeatureCheckAutoFitWindow
Whether the report width is in fit to window modestatic java.lang.String
WebFeatureCheckDocumentThresholds
Indicates whether or not document thresholds are active.static java.lang.String
WebFeatureCheckEmptyAxisDisplayed
Denotes that the ViewBean is currently showing an empty axis drop zone.static java.lang.String
WebFeatureCheckGridMode
Indicates the report is on grid modestatic java.lang.String
WebFeatureCheckGridTitlesOverlap
Indicates whether the grid titles should overlap, hiding the last column title behind the last row titl.static java.lang.String
WebFeatureCheckLockColumnHeaders
Denotes that the column headers are locked Enabled if the WebFeatureLockGridHeaders and WebFeatureEnableLockGridHeaders features are enabled, it also checks if the value of the LockColumnHeaders report propertystatic java.lang.String
WebFeatureCheckLockRowColumnHeaders
Denotes that either the row or column headers are locked Enabled if either the WebFeatureCheckLockRowHeaders or the WebFeatureCheckLockColumnHeaders features are availablestatic java.lang.String
WebFeatureCheckLockRowHeaders
Denotes that the row headers are locked Enabled if the WebFeatureLockGridHeaders and WebFeatureEnableLockGridHeaders features are enabled, it also checks if the value of the LockColumnHeaders report propertystatic java.lang.String
WebFeatureCheckMergeColHeader
Denotes the merge column headers featrure is accessible Enabled if the MergeColumnCells report property is enabledstatic java.lang.String
WebFeatureCheckMergeRowHeader
Indicates whether the row headers are merged or not.static java.lang.String
WebFeatureCheckOutlineMode
Denotes if the report is in outline mode.static java.lang.String
WebFeatureCheckRecursiveAttribute
Whether the report contains recursive attributestatic java.lang.String
WebFeatureCheckShowEmptyAxis
Denotes that the ViewBean will show an empty axis drop zone.static java.lang.String
WebFeatureCheckShowSubtotals
Denotes whether subtotals are visible on the grid Enabled if the menu option has been checkedstatic java.lang.String
WebFeatureCompressXMLState
Indicate whether to compress XML State for RWBean and ReportBean.static java.lang.String
WebFeatureConfigureTransactions
Indicates if user is allowed to configure Transaction Documents.static java.lang.String
WebFeatureCreateGroups
Allows the user to create User Groups.static java.lang.String
WebFeatureCreateHTMLContainer
Feature that controls whether a user can create new HTML Container or modify the content of exsiting ones This feature checks for theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebCreateHTMLContainer
privilege.static java.lang.String
WebFeatureCreateSurvey
Determines whether user can create survey.static java.lang.String
WebFeatureDisableHTMLDocuments
static java.lang.String
WebFeatureDocumentAjaxVisualizationAvailable
Indicates whether there are ajax visualizations available for documents on the visualizations configuration file.static java.lang.String
WebFeatureDocumentDesignMode
Whether be able to use the Create Document Page, access Design Mode for Documents, and perform "WYSIWYG" Editing of documents in View Mode (HTML).static java.lang.String
WebFeatureDocumentFlashVisualizationAvailable
Indicates whether there are flash visualizations available for documents on the visualizations configuration file.static java.lang.String
WebFeatureDocumentHasThresholds
Indicates that given Document has thresholds or conditional formatting defined in any or its elements.static java.lang.String
WebFeatureDocumentSubscription
Whether the Document can be subscribed.static java.lang.String
WebFeatureDrillMetrics
Denotes the drill on metrics accessibility Enabled if the user has the DssXmlPrivilegesWebDrillOnMetrics privilegestatic java.lang.String
WebFeatureDrillWithinIntelligentCube
static java.lang.String
WebFeatureEditNotes
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebEditNotes
privilege to edit the notes.static java.lang.String
WebFeatureEditReportFilter
Whether to allow users to edit the report filterstatic java.lang.String
WebFeatureEmbeddedTemplateNode
Denotes whether template is embedded (versus linked).static java.lang.String
WebFeatureEnableDashboardControls
Denotes if dashboard controls are available.static java.lang.String
WebFeatureEnableDesignMode
Indicates the "design mode" menu is enabled or notstatic java.lang.String
WebFeatureEnableLockGridHeaders
Denotes that the feature to lock grid headers is available and accessible Enabled if the WebFeatureLockGridHeaders feature is available and the report is not a graphstatic java.lang.String
WebFeatureEnableOfflineUCOnCubeConfig
Denotes whether to expose "Allow offline manipulation on filter selector based on cube" settingstatic java.lang.String
WebFeatureEnableQuickSubtotal
Whether to enable the quick subtotals button.static java.lang.String
WebFeatureEnableReportRedo
Denotes if the redo button for reports is enabled Enabled if the user has performed an undo operation on the reportstatic java.lang.String
WebFeatureEnableReportUndo
Denotes if the undo button for reports is enabled Enabled only when the user has performed manipulations on the reportstatic java.lang.String
WebFeatureEnableRWOptimizedInteractiveViewMode
Indicates if the current view mode is optimized interactive view mode.static java.lang.String
WebFeatureEnableSaveReport
Indicates the save menu option is enabledstatic java.lang.String
WebFeatureEnableScheduling
Whether the "subscribe" menu is enabled or notstatic java.lang.String
WebFeatureEnableShowSubtotals
Denotes the totals options are the menu are enabled Enabled if the report includes subtotals in its definitionstatic java.lang.String
WebFeatureExecuteTransactions
Indicates if user is allowed to execute Transaction reports.static java.lang.String
WebFeatureExecutionFullScreenMode
Indicate whether the report would be executed in full screen mode.static java.lang.String
WebFeatureExport
For accessing the WebExport privilegestatic java.lang.String
WebFeatureExportToMstrFile
Denotes whether user has Export To Mstr File privilegestatic java.lang.String
WebFeatureGraphMode
Denotes the graph mode accessibility Enabled if the report is in graph mode, is not a datamart report, and if the user has the DssXmlPrivilegesWebChangeViewMode privilegestatic java.lang.String
WebFeatureGridGraphFormatting
Denotes if the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebFormatGridAndGraph
privilegestatic java.lang.String
WebFeatureGridGraphMode
Denotes grid & graph mode accessibility Enabled if the report has both grid and graph modes enabled, is not a datamart report, and if the user has the DssXmlPrivilegesWebChangeViewMode privilegestatic java.lang.String
WebFeatureGridMode
Denotes grid mode accessibility Enabled if the report in grid mode, is not a datamart report, and if the user has the DssXmlPrivilegesWebChangeViewMode privilegestatic java.lang.String
WebFeatureHasAttributesOnTemplate
Whether the report has any attributes on the template.static java.lang.String
WebFeatureHasAvailableSubtotals
static java.lang.String
WebFeatureHtml5ExportToPDF
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToPDF
static java.lang.String
WebFeatureImportMstrFile
Denotes whether user has Import Mstr File privilegestatic java.lang.String
WebFeatureInsertTransformationMetrics
Denotes if transformation metrics can be added Note: This feature is not currently availablestatic java.lang.String
WebFeatureIsCubeReport
Whether the report is a datamart report.static java.lang.String
WebFeatureIsDatamart
Whether the report is a datamart report.static java.lang.String
WebFeatureIsDocumentInVisualizationMode
Indicates whether the document is in custom visualization mode.static java.lang.String
WebFeatureIsGraphViewMode
Indicates whether the report is in graph view mode or grid and graph modestatic java.lang.String
WebFeatureIsGridViewMode
Indicates whether the report is in grid view modestatic java.lang.String
WebFeatureIsIntelligentCube
static java.lang.String
WebFeatureIsMultiLayoutDoc
Whether the "auto fit to content" item under Grid Layout menu is activestatic java.lang.String
WebFeatureIsNCSCSConfigured
Whether the I-Server MD has been configured with the NCS Content Services tables.static java.lang.String
WebFeatureIsNonViewableReport
Whether the report is non viewbable report (datamart report or cube report).static java.lang.String
WebFeatureIsNotCubeReport
Whether the report is a datamart report.static java.lang.String
WebFeatureIsNotesAvailable
Whether to display the notes tab to the user.static java.lang.String
WebFeatureIsNotEveryOneGroups
Indicate if a group is not everyonestatic java.lang.String
WebFeatureIsNotSingleRowReport
Indicate if a the report has only one rowstatic java.lang.String
WebFeatureIsSchemaDefined
Denotes whether there is a empty schemastatic java.lang.String
WebFeatureIsSubscribableReport
Whether the report is subscribable report (not dynamic or archived report).static java.lang.String
WebFeatureIsTwoStepVerificationRequired
Denotes whether two-step verification is required for the existing IServerstatic java.lang.String
WebFeatureIsViewReport
Whether the report is a view (subset) report.static java.lang.String
WebFeatureIsVisualizationMode
Indicates whether the object is in custom visualization mode.static java.lang.String
WebFeatureLockGridHeaders
Denotes that the feature to lock grid headers is available Enabled if the user has the DssXmlPrivilegesWebUseLockedHeaders privilegestatic java.lang.String
WebFeatureManageDataSets
Whether be able to add Datasets,remove Datasets and set the Primary Dataset.static java.lang.String
WebFeatureMobileViewDocument
For checking if user has mobile view documentsstatic java.lang.String
WebFeatureModifyAllowHTMLContent
Determines whether user can enable/disable security feature of allowing HTML content.static java.lang.String
WebFeatureModifyGridLevelInDocuments
Whether be able to add units to and remove units from an existing grid in View Mode of a Report Services Documentstatic java.lang.String
WebFeatureNotXDAMDXReport
Whether the report is of the XDA Type (DssXmlXDATypeMDX) type This feature is used when a feature will be deemed as true when not available on the bean and its negation will then turn out to be falsestatic java.lang.String
WebFeatureNumberFormatting
Denotes if the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebNumberFormatting
privilege.static java.lang.String
WebFeatureOrionIServer
Orion serverstatic java.lang.String
WebFeatureProjectLevelMCEJoinForDataCombination
Denotes the level of MCE join for Data Combination in this project.static java.lang.String
WebFeaturePublish
Denotes the user has publish privileges Enabled if the user has the DssXmlPrivilegesWebPublish privilegestatic java.lang.String
WebFeatureQuicklinksRefresh
To check if the Refresh menu in the report's quicklinks should be enable or not.static java.lang.String
WebFeatureReexecute
To check if the Re-execute menu should be enable or not.static java.lang.String
WebFeatureRefresh
To check if the Refresh menu should be enable or not.static java.lang.String
WebFeatureRemoveDerivedMetricFromReport
Determines whether user can remove derived metric from report even doesn't have modify-report-list privilege.static java.lang.String
WebFeatureReportFixedColumnWidth
Whether the report width is in fixed modestatic java.lang.String
WebFeatureReportFixedRowHeight
Whether the report height is in fixed modestatic java.lang.String
WebFeatureReprompt
To check if the Reprompt menu should be enable or not.static java.lang.String
WebFeatureRWEditableViewModeAvailable
Indicates if the the editable view mode should be availablestatic java.lang.String
WebFeatureRWFlashViewModeAvailable
Indicates if the the Flash view mode should be availablestatic java.lang.String
WebFeatureRWInteractiveViewModeAvailable
Indicates if the the interactive view mode should be availablestatic java.lang.String
WebFeatureRWIVEModeAvailable
Indicates if the Interactive Visualization Explorer Mode is availablestatic java.lang.String
WebFeatureRWLevelMCEJoinForDataCombination
Denotes the level of MCE join for Data Combination in this document.static java.lang.String
WebFeatureRWOptimizedInteractiveViewMode
Indicates if the current view mode is optimized interactive view mode.static java.lang.String
WebFeatureRWStaticViewModeAvailable
Indicates if the the static view mode should be availablestatic java.lang.String
WebFeatureRWSupportFlashMode
Indicates if the the Flash view mode should be availablestatic java.lang.String
WebFeatureSavePersonalPromptAnswers
Denotes the user has save personal prompt answers privilege.static java.lang.String
WebFeatureSaveReport
Denotes the user has save privileges Enabled if the user has the DssXmlPrivilegesWebSaveReport privilegestatic java.lang.String
WebFeatureSaveTemplateFilter
Denotes the user has save template filter accessibility Enabled if the user has the DssXmlPrivilegesWebSaveTemplatesAndFilters privilegestatic java.lang.String
WebFeatureSetAttributeFormDisplay
Whether be able to Allows the user to pivot Attribute forms and, depending on other privileges, move Attribute forms on and off the grid.static java.lang.String
WebFeatureShowDocumentVisualizationsPulldown
Indicates whether the visualzations pulldown should be visible.static java.lang.String
WebFeatureShowFeedbackBtn
Determines if Feedback button can be shown or not in the Account Menustatic java.lang.String
WebFeatureShowGroupByForExport
Whether to show the group by option on the Export OPtions Dialog.static java.lang.String
WebFeatureShowPreviews
Determines if Previews are to be shown or not.static java.lang.String
WebFeatureShowReportSql
For being able to view the report SQL Enabled if the user has the DssXmlPrivilegesWebReportSQL privilegestatic java.lang.String
WebFeatureShowSampleRecents
Determines if Sample Recents are to be shown or not.static java.lang.String
WebFeatureShowVisualizationPulldown
Indicates whether to show the visualization pulldown.static java.lang.String
WebFeatureSimpleGraphFormatting
Denotes if the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebSimpleGraphFormatting
privilegestatic java.lang.String
WebFeatureSingleSourceGrid
Denotes if this document is configured as single source grid.static java.lang.String
WebFeatureSingleSourceGridProject
Denotes if this project is configured as single source grid.static java.lang.String
WebFeatureSupportCartesianJoin
Determines whether user can set cartesian join property.static java.lang.String
WebFeatureSupportDossierMoveAcrossPanelStack
Determines whether user can use X-Panel-Stack Move.static java.lang.String
WebFeatureSupportDossierPanelStack
Determines whether user can use Panel Stack.static java.lang.String
WebFeatureSupportDossierPanelStackCopyMove
Determines whether user can use Panel Stack Copy/Move.static java.lang.String
WebFeatureTargetValidForSubscriptionType
Indicate whether the current subscription type is valid for a given target object (report, RW Document, HTML Document)static java.lang.String
WebFeatureUseCookies
Determines whether user can use cookies.static java.lang.String
WebFeatureUseDatabaseInstanceManager
Indicates if user is allowed to create/edit database instances and connections.static java.lang.String
WebFeatureUseDatabaseLoginManager
Indicates if user is allowed to create/edit database logins.static java.lang.String
WebFeatureUseGridColIncrementalRender
Determines whether user can use grid incremental column rendering.static java.lang.String
WebFeatureUseMobile
For checking if user has use mobilestatic java.lang.String
WebFeatureUseNaturalLanguage
Determines whether user can use natural language to create viz.static java.lang.String
WebFeatureUseOffice
Allow MicroStrategy Office to refresh Documents after exporting to Excelstatic java.lang.String
WebFeatureUsePromptEditor
Denotes report filter editor accessibility Enabled if the user has the DssXmlPrivilegesWebUseQueryFilterEditor privilege, , and if the WebFeatureXDACustomSQLReport feature is available but the WebFeatureXDAMDXReport feature is notstatic java.lang.String
WebFeatureUseReportFilterEditor
Denotes report filter editor accessibility Enabled if the user has the DssXmlPrivilegesWebUseQueryFilterEditor privilege, , and if the WebFeatureXDACustomSQLReport feature is available but the WebFeatureXDAMDXReport feature is notstatic java.lang.String
WebFeatureUseRichTextBox
Determines whether user can insert rich text box.static java.lang.String
WebFeatureUserReportObjectsWindow
For using the Report Objects window Enabled if the user has the DssXmlPrivilegesWebUseReportObjectsWindow privilegestatic java.lang.String
WebFeatureUseSuperGrid
Determines whether user can use super grid.static java.lang.String
WebFeatureUseSuperGridDev
Determines whether user can use super grid disabled features.static java.lang.String
WebFeatureUseViewFilterEditor
Indicates view filter editor accessibilitystatic java.lang.String
WebFeatureUseVLDBPropertyEditor
Determines whether user can use the VLDB Property Editor.static java.lang.String
WebFeatureViewNotes
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesViewNotes
privilege to view the notes.static java.lang.String
WebFeatureVisualizationEnabled
Indicates whether the object supports custom visualization mode.static java.lang.String
WebFeatureVisualizationsAvailableForReports
Indicates whether there are visualizations available for reports on the visualizations configuration file.static java.lang.String
WebFeatureVisualizationsAvailableForRW
Indicates whether there are visualizations available for documents on the visualizations configuration file.static java.lang.String
WebFeatureVisualizationsAvailableForRWGrids
Indicates whether there are visualizations available for grids in documents on the visualizations configuration file.static java.lang.String
WebFeatureVisualizationsAvailableForRWLayout
Indicates whether there are visualizations available for document layouts on the visualizations configuration file.static java.lang.String
WebFeatureVisualizationsSuported
Indicates whether the application supports custom visualizations.static java.lang.String
WebFeatureWebDefineQueryBuilderReport
Indicates whether users can define query builder reportsstatic java.lang.String
WebFeatureWebDefineViewReport
Whether users can create a view report (use an Intelligent Cube as a datasource).static java.lang.String
WebFeatureWebDrillAndLink
Web drill Allows the user to use Links at runtime on Reports and on Grids, Text Fields and Images in Documents.static java.lang.String
WebFeatureWebEditDrillingAndLinks
Allows the user to create and edit Links for Reports and Grids, text fields and images in Documents Without this privilege the menu option for opening the Links editor should be hidden.static java.lang.String
WebFeatureWebEnableFtpSubscriptions
Whether to enable ftp-subscriptions.static java.lang.String
WebFeatureWebEnablePrintSubscriptions
Whether to enable print-subscriptions.static java.lang.String
WebFeatureWebExecuteCubeReport
Whether users can execute a cube report.static java.lang.String
WebFeatureWebExportToCSV
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToText
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportCSV
mode enabled.static java.lang.String
WebFeatureWebExportToCSVPrivilege
Indicates whether the current user has enough privilege to export to CSVstatic java.lang.String
WebFeatureWebExportToExcel
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToExcel
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportExcel
mode enabled.static java.lang.String
WebFeatureWebExportToExcelPlainText
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToText
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportExcelPlainText
mode enabled.static java.lang.String
WebFeatureWebExportToExcelPlainTextPrivilege
Indicates whether the current user has enough privilege to export to Excel's plaintextstatic java.lang.String
WebFeatureWebExportToExcelPrivilege
Indicates whether the current user has enough privileges to export to excelstatic java.lang.String
WebFeatureWebExportToFlash
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToFlash
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilegestatic java.lang.String
WebFeatureWebExportToHTML
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToHTML
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportHTML
mode enabled.static java.lang.String
WebFeatureWebExportToHTMLPrivilege
Indicates whether the current user has enough privilege to export to HTMLstatic java.lang.String
WebFeatureWebExportToPDF
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToPDF
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilegestatic java.lang.String
WebFeatureWebExportToPDFPrivilege
Indicates whether the current user has enough privilege to export to PDFstatic java.lang.String
WebFeatureWebExportToPlainText
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToText
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportPlainText
mode enabled.static java.lang.String
WebFeatureWebExportToPlainTextPrivilege
Indicates whether the current user has enough privilege to export to plaintextstatic java.lang.String
WebFeatureWebImportData
Indicates whether or not the current user could create a cube via web by importing data.static java.lang.String
WebFeatureWebImportDatabase
Indicates whether or not the current use could import data from database.static java.lang.String
WebFeatureWebModifyReportList
Denotes access to modify the list of Report Objects Enabled for reports if the user has the DssXmlPrivilegesWebModifyReportList, and if the WebFeatureXDACustomSQLReport feature is available but the WebFeatureXDAMDXReport feature is not Enabled for report writer if the user has the DssXmlPrivilegesWebModifyReportList privilegestatic java.lang.String
WebFeatureWebUseCustomGroupEditor
Indicates whether or not current login user can use custom group editor from web.static java.lang.String
WebFeatureXDACustomSQLReport
Denotes if the report is of the XDA custom SQL (DssXmlXDATypeCustomSQLFreeForm) type.static java.lang.String
WebFeatureXDAMDXReport
Whether the report is of the XDA Type (DssXmlXDATypeMDX) typestatic java.lang.String
WebPreferenceUseMicroChart
Determines whether user can use MicroChart.
-
-
-
Field Detail
-
WebFeatureDrillMetrics
static final java.lang.String WebFeatureDrillMetrics
Denotes the drill on metrics accessibility Enabled if the user has the DssXmlPrivilegesWebDrillOnMetrics privilege- See Also:
- Constant Field Values
-
WebFeatureGridMode
static final java.lang.String WebFeatureGridMode
Denotes grid mode accessibility Enabled if the report in grid mode, is not a datamart report, and if the user has the DssXmlPrivilegesWebChangeViewMode privilege- See Also:
- Constant Field Values
-
WebFeatureGraphMode
static final java.lang.String WebFeatureGraphMode
Denotes the graph mode accessibility Enabled if the report is in graph mode, is not a datamart report, and if the user has the DssXmlPrivilegesWebChangeViewMode privilege- See Also:
- Constant Field Values
-
WebFeatureGridGraphMode
static final java.lang.String WebFeatureGridGraphMode
Denotes grid & graph mode accessibility Enabled if the report has both grid and graph modes enabled, is not a datamart report, and if the user has the DssXmlPrivilegesWebChangeViewMode privilege- See Also:
- Constant Field Values
-
WebFeaturePublish
static final java.lang.String WebFeaturePublish
Denotes the user has publish privileges Enabled if the user has the DssXmlPrivilegesWebPublish privilege- See Also:
- Constant Field Values
-
WebFeatureWebModifyReportList
static final java.lang.String WebFeatureWebModifyReportList
Denotes access to modify the list of Report Objects Enabled for reports if the user has the DssXmlPrivilegesWebModifyReportList, and if the WebFeatureXDACustomSQLReport feature is available but the WebFeatureXDAMDXReport feature is not Enabled for report writer if the user has the DssXmlPrivilegesWebModifyReportList privilege- See Also:
- Constant Field Values
-
WebFeatureUserReportObjectsWindow
static final java.lang.String WebFeatureUserReportObjectsWindow
For using the Report Objects window Enabled if the user has the DssXmlPrivilegesWebUseReportObjectsWindow privilege- See Also:
- Constant Field Values
-
WebFeatureSaveTemplateFilter
static final java.lang.String WebFeatureSaveTemplateFilter
Denotes the user has save template filter accessibility Enabled if the user has the DssXmlPrivilegesWebSaveTemplatesAndFilters privilege- See Also:
- Constant Field Values
-
WebFeatureSaveReport
static final java.lang.String WebFeatureSaveReport
Denotes the user has save privileges Enabled if the user has the DssXmlPrivilegesWebSaveReport privilege- See Also:
- Constant Field Values
-
WebFeatureUseReportFilterEditor
static final java.lang.String WebFeatureUseReportFilterEditor
Denotes report filter editor accessibility Enabled if the user has the DssXmlPrivilegesWebUseQueryFilterEditor privilege, , and if the WebFeatureXDACustomSQLReport feature is available but the WebFeatureXDAMDXReport feature is not- See Also:
- Constant Field Values
-
WebFeatureUsePromptEditor
static final java.lang.String WebFeatureUsePromptEditor
Denotes report filter editor accessibility Enabled if the user has the DssXmlPrivilegesWebUseQueryFilterEditor privilege, , and if the WebFeatureXDACustomSQLReport feature is available but the WebFeatureXDAMDXReport feature is not- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureSavePersonalPromptAnswers
static final java.lang.String WebFeatureSavePersonalPromptAnswers
Denotes the user has save personal prompt answers privilege. Enabled if the user has the DssXmlPrivilegesSavePersonalPromptAnswers privilege- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureShowReportSql
static final java.lang.String WebFeatureShowReportSql
For being able to view the report SQL Enabled if the user has the DssXmlPrivilegesWebReportSQL privilege- See Also:
- Constant Field Values
-
WebFeatureReprompt
static final java.lang.String WebFeatureReprompt
To check if the Reprompt menu should be enable or not. Enabled if the object contains prompts and the object is defined in the metadata (i.e. drilled reports are not defined in the metadata).- See Also:
- Constant Field Values
-
WebFeatureRefresh
static final java.lang.String WebFeatureRefresh
To check if the Refresh menu should be enable or not. Enabled if the report has a report definition or it is not dynamic (i.e. drilled reports do not have a report definition) Enabled for report writing if the report has the WebFeatureRefresh and the user has the DssXmlPrivilegesWebReExecuteReportAgainstWH privilege- See Also:
- Constant Field Values
-
WebFeatureQuicklinksRefresh
static final java.lang.String WebFeatureQuicklinksRefresh
To check if the Refresh menu in the report's quicklinks should be enable or not. Enabled if the WebFeatureRefresh and the WebFeatureReexecute are available for the object- See Also:
- Constant Field Values
-
WebFeatureAutoRefresh
static final java.lang.String WebFeatureAutoRefresh
- See Also:
- Constant Field Values
-
WebFeatureReexecute
static final java.lang.String WebFeatureReexecute
To check if the Re-execute menu should be enable or not. Enabled if the user has the DssXmlPrivilegesWebReExecuteReportAgainstWH privilege and the WebFeatureRefresh is available- See Also:
- Constant Field Values
-
WebFeatureAutoPageBy
static final java.lang.String WebFeatureAutoPageBy
Denotes the report is in auto page by mode Enabled if the report is in DHTML mode- See Also:
- Constant Field Values
-
WebFeatureCheckMergeColHeader
static final java.lang.String WebFeatureCheckMergeColHeader
Denotes the merge column headers featrure is accessible Enabled if the MergeColumnCells report property is enabled- See Also:
- Constant Field Values
-
WebFeatureCheckOutlineMode
static final java.lang.String WebFeatureCheckOutlineMode
Denotes if the report is in outline mode. Enabled if the Indented report property is enabled and the 508 preference is turned off- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckRecursiveAttribute
static final java.lang.String WebFeatureCheckRecursiveAttribute
Whether the report contains recursive attribute- See Also:
- Constant Field Values
-
WebFeatureReportFixedRowHeight
static final java.lang.String WebFeatureReportFixedRowHeight
Whether the report height is in fixed mode- See Also:
- Constant Field Values
-
WebFeatureReportFixedColumnWidth
static final java.lang.String WebFeatureReportFixedColumnWidth
Whether the report width is in fixed mode- See Also:
- Constant Field Values
-
WebFeatureCheckAutoFitWindow
static final java.lang.String WebFeatureCheckAutoFitWindow
Whether the report width is in fit to window mode- Since:
- MicroStrategy Web 7.5.4
- See Also:
- Constant Field Values
-
WebFeatureCheckAutoFitContent
static final java.lang.String WebFeatureCheckAutoFitContent
Whether the report width is in fit to content mode- Since:
- MicroStrategy Web 7.5.4
- See Also:
- Constant Field Values
-
WebFeatureAddToHistoryList
static final java.lang.String WebFeatureAddToHistoryList
Whether the object (report or document) can be added to History List or not. This feature returns true if:- the current user has the AddToHistoryList privilege.
- the corresponding messageId is not already in the Inbox.
- the corresponding messageId can be added to the Inbox.
- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebFeatureEnableShowSubtotals
static final java.lang.String WebFeatureEnableShowSubtotals
Denotes the totals options are the menu are enabled Enabled if the report includes subtotals in its definition- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckShowSubtotals
static final java.lang.String WebFeatureCheckShowSubtotals
Denotes whether subtotals are visible on the grid Enabled if the menu option has been checked- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureHasAvailableSubtotals
static final java.lang.String WebFeatureHasAvailableSubtotals
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEmbeddedTemplateNode
static final java.lang.String WebFeatureEmbeddedTemplateNode
Denotes whether template is embedded (versus linked).- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureLockGridHeaders
static final java.lang.String WebFeatureLockGridHeaders
Denotes that the feature to lock grid headers is available Enabled if the user has the DssXmlPrivilegesWebUseLockedHeaders privilege- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableLockGridHeaders
static final java.lang.String WebFeatureEnableLockGridHeaders
Denotes that the feature to lock grid headers is available and accessible Enabled if the WebFeatureLockGridHeaders feature is available and the report is not a graph- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckLockRowHeaders
static final java.lang.String WebFeatureCheckLockRowHeaders
Denotes that the row headers are locked Enabled if the WebFeatureLockGridHeaders and WebFeatureEnableLockGridHeaders features are enabled, it also checks if the value of the LockColumnHeaders report property- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckLockColumnHeaders
static final java.lang.String WebFeatureCheckLockColumnHeaders
Denotes that the column headers are locked Enabled if the WebFeatureLockGridHeaders and WebFeatureEnableLockGridHeaders features are enabled, it also checks if the value of the LockColumnHeaders report property- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckShowEmptyAxis
static final java.lang.String WebFeatureCheckShowEmptyAxis
Denotes that the ViewBean will show an empty axis drop zone.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckEmptyAxisDisplayed
static final java.lang.String WebFeatureCheckEmptyAxisDisplayed
Denotes that the ViewBean is currently showing an empty axis drop zone.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckLockRowColumnHeaders
static final java.lang.String WebFeatureCheckLockRowColumnHeaders
Denotes that either the row or column headers are locked Enabled if either the WebFeatureCheckLockRowHeaders or the WebFeatureCheckLockColumnHeaders features are available- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureDocumentSubscription
static final java.lang.String WebFeatureDocumentSubscription
Whether the Document can be subscribed. Using the view mode on the DocumentBean, the type of document (HTML or Report Writing) is infered while resolving the feature availability.- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
WebFeatureXDAMDXReport
static final java.lang.String WebFeatureXDAMDXReport
Whether the report is of the XDA Type (DssXmlXDATypeMDX) type- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureNotXDAMDXReport
static final java.lang.String WebFeatureNotXDAMDXReport
Whether the report is of the XDA Type (DssXmlXDATypeMDX) type This feature is used when a feature will be deemed as true when not available on the bean and its negation will then turn out to be false- See Also:
- Constant Field Values
-
WebFeatureXDACustomSQLReport
static final java.lang.String WebFeatureXDACustomSQLReport
Denotes if the report is of the XDA custom SQL (DssXmlXDATypeCustomSQLFreeForm) type.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableReportUndo
static final java.lang.String WebFeatureEnableReportUndo
Denotes if the undo button for reports is enabled Enabled only when the user has performed manipulations on the report- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableReportRedo
static final java.lang.String WebFeatureEnableReportRedo
Denotes if the redo button for reports is enabled Enabled if the user has performed an undo operation on the report- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureInsertTransformationMetrics
static final java.lang.String WebFeatureInsertTransformationMetrics
Denotes if transformation metrics can be added Note: This feature is not currently available- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableDashboardControls
static final java.lang.String WebFeatureEnableDashboardControls
Denotes if dashboard controls are available.- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureCheckMergeRowHeader
static final java.lang.String WebFeatureCheckMergeRowHeader
Indicates whether the row headers are merged or not. For reports that use the old style(WebProeprty IgnoreOldStyle is false), this depends on the style used. Banding style reports return false, while non-banding style reports return true For reports that use the new style, this depends on the 'MergeCells' property- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureNumberFormatting
static final java.lang.String WebFeatureNumberFormatting
Denotes if the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebNumberFormatting
privilege.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureGridGraphFormatting
static final java.lang.String WebFeatureGridGraphFormatting
Denotes if the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebFormatGridAndGraph
privilege- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureSimpleGraphFormatting
static final java.lang.String WebFeatureSimpleGraphFormatting
Denotes if the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebSimpleGraphFormatting
privilege- Since:
- MicroStrategy Web 8.0.1
- See Also:
- Constant Field Values
-
WebFeatureModifyGridLevelInDocuments
static final java.lang.String WebFeatureModifyGridLevelInDocuments
Whether be able to add units to and remove units from an existing grid in View Mode of a Report Services Document- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureDocumentDesignMode
static final java.lang.String WebFeatureDocumentDesignMode
Whether be able to use the Create Document Page, access Design Mode for Documents, and perform "WYSIWYG" Editing of documents in View Mode (HTML).- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureRWStaticViewModeAvailable
static final java.lang.String WebFeatureRWStaticViewModeAvailable
Indicates if the the static view mode should be available- See Also:
- Constant Field Values
-
WebFeatureRWInteractiveViewModeAvailable
static final java.lang.String WebFeatureRWInteractiveViewModeAvailable
Indicates if the the interactive view mode should be available- See Also:
- Constant Field Values
-
WebFeatureRWEditableViewModeAvailable
static final java.lang.String WebFeatureRWEditableViewModeAvailable
Indicates if the the editable view mode should be available- See Also:
- Constant Field Values
-
WebFeatureRWFlashViewModeAvailable
static final java.lang.String WebFeatureRWFlashViewModeAvailable
Indicates if the the Flash view mode should be available- See Also:
- Constant Field Values
-
WebFeatureRWSupportFlashMode
static final java.lang.String WebFeatureRWSupportFlashMode
Indicates if the the Flash view mode should be available- See Also:
- Constant Field Values
-
WebFeatureRWIVEModeAvailable
static final java.lang.String WebFeatureRWIVEModeAvailable
Indicates if the Interactive Visualization Explorer Mode is available- See Also:
- Constant Field Values
-
WebFeatureRWOptimizedInteractiveViewMode
static final java.lang.String WebFeatureRWOptimizedInteractiveViewMode
Indicates if the current view mode is optimized interactive view mode.- See Also:
- Constant Field Values
-
WebFeatureEnableRWOptimizedInteractiveViewMode
static final java.lang.String WebFeatureEnableRWOptimizedInteractiveViewMode
Indicates if the current view mode is optimized interactive view mode.- See Also:
- Constant Field Values
-
WebFeatureManageDataSets
static final java.lang.String WebFeatureManageDataSets
Whether be able to add Datasets,remove Datasets and set the Primary Dataset.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureSetAttributeFormDisplay
static final java.lang.String WebFeatureSetAttributeFormDisplay
Whether be able to Allows the user to pivot Attribute forms and, depending on other privileges, move Attribute forms on and off the grid.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureHasAttributesOnTemplate
static final java.lang.String WebFeatureHasAttributesOnTemplate
Whether the report has any attributes on the template. For example, the report menu item to open the attribute forms editor should be disabled if there are no attributes on the template for the report.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseOffice
static final java.lang.String WebFeatureUseOffice
Allow MicroStrategy Office to refresh Documents after exporting to Excel- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureDocumentHasThresholds
static final java.lang.String WebFeatureDocumentHasThresholds
Indicates that given Document has thresholds or conditional formatting defined in any or its elements.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckDocumentThresholds
static final java.lang.String WebFeatureCheckDocumentThresholds
Indicates whether or not document thresholds are active.- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckGridTitlesOverlap
static final java.lang.String WebFeatureCheckGridTitlesOverlap
Indicates whether the grid titles should overlap, hiding the last column title behind the last row titl.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureActiveAutoFitWindow
static final java.lang.String WebFeatureActiveAutoFitWindow
Whether the "auto fit to window" item under Grid Layout menu is active- Since:
- MicroStrategy Web 7.5.4
- See Also:
- Constant Field Values
-
WebFeatureActiveAutoFitContent
static final java.lang.String WebFeatureActiveAutoFitContent
Whether the "auto fit to content" item under Grid Layout menu is active- Since:
- MicroStrategy Web 7.5.4
- See Also:
- Constant Field Values
-
WebFeatureWebDefineQueryBuilderReport
static final java.lang.String WebFeatureWebDefineQueryBuilderReport
Indicates whether users can define query builder reports- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureVisualizationEnabled
static final java.lang.String WebFeatureVisualizationEnabled
Indicates whether the object supports custom visualization mode.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureIsVisualizationMode
static final java.lang.String WebFeatureIsVisualizationMode
Indicates whether the object is in custom visualization mode.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureIsDocumentInVisualizationMode
static final java.lang.String WebFeatureIsDocumentInVisualizationMode
Indicates whether the document is in custom visualization mode.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureShowVisualizationPulldown
static final java.lang.String WebFeatureShowVisualizationPulldown
Indicates whether to show the visualization pulldown.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureVisualizationsSuported
static final java.lang.String WebFeatureVisualizationsSuported
Indicates whether the application supports custom visualizations.
This is done by checking the following conditions:
- The application is in DHTML mode
- The IServer version supports visualizations (8.0.3 and above)
- The visualizations.xml contains some nodes for the current project.
- The metadata contains the 'Visualization' property set.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureVisualizationsAvailableForReports
static final java.lang.String WebFeatureVisualizationsAvailableForReports
Indicates whether there are visualizations available for reports on the visualizations configuration file.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureVisualizationsAvailableForRW
static final java.lang.String WebFeatureVisualizationsAvailableForRW
Indicates whether there are visualizations available for documents on the visualizations configuration file.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureVisualizationsAvailableForRWGrids
static final java.lang.String WebFeatureVisualizationsAvailableForRWGrids
Indicates whether there are visualizations available for grids in documents on the visualizations configuration file.- Since:
- MicroStrategy Web 8.0.2
- See Also:
- Constant Field Values
-
WebFeatureDocumentFlashVisualizationAvailable
static final java.lang.String WebFeatureDocumentFlashVisualizationAvailable
Indicates whether there are flash visualizations available for documents on the visualizations configuration file.- See Also:
- Constant Field Values
-
WebFeatureDocumentAjaxVisualizationAvailable
static final java.lang.String WebFeatureDocumentAjaxVisualizationAvailable
Indicates whether there are ajax visualizations available for documents on the visualizations configuration file.- See Also:
- Constant Field Values
-
WebFeatureShowDocumentVisualizationsPulldown
static final java.lang.String WebFeatureShowDocumentVisualizationsPulldown
Indicates whether the visualzations pulldown should be visible.- See Also:
- Constant Field Values
-
WebFeatureCompressXMLState
static final java.lang.String WebFeatureCompressXMLState
Indicate whether to compress XML State for RWBean and ReportBean.- Since:
- MicroStrategy Web 8.1.1
- See Also:
- Constant Field Values
-
WebFeatureTargetValidForSubscriptionType
static final java.lang.String WebFeatureTargetValidForSubscriptionType
Indicate whether the current subscription type is valid for a given target object (report, RW Document, HTML Document)- Since:
- MicroStrategy Web 8.1.1
- See Also:
- Constant Field Values
-
WebFeatureMobileViewDocument
static final java.lang.String WebFeatureMobileViewDocument
For checking if user has mobile view documents- Since:
- MicroStrategy Web 8.1.1
- See Also:
- Constant Field Values
-
WebFeatureUseMobile
static final java.lang.String WebFeatureUseMobile
For checking if user has use mobile- Since:
- MicroStrategy Web 8.1.1
- See Also:
- Constant Field Values
-
WebFeatureIsMultiLayoutDoc
static final java.lang.String WebFeatureIsMultiLayoutDoc
Whether the "auto fit to content" item under Grid Layout menu is active- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableQuickSubtotal
static final java.lang.String WebFeatureEnableQuickSubtotal
Whether to enable the quick subtotals button. This feature will check if the 'Total' subtotal is available for the template- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsViewReport
static final java.lang.String WebFeatureIsViewReport
Whether the report is a view (subset) report.
Determined by having the type ofEnumDSSXMLReportTypes.DssXmlReportTypeSubset
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureOrionIServer
static final java.lang.String WebFeatureOrionIServer
Orion server- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsDatamart
static final java.lang.String WebFeatureIsDatamart
Whether the report is a datamart report.
Determined by having the subtype ofEnumDSSXMLObjectSubTypes.DssXmlSubTypeReportDatamart
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsCubeReport
static final java.lang.String WebFeatureIsCubeReport
Whether the report is a datamart report.
Determined by having the subtype ofEnumDSSXMLObjectSubTypes.DssXmlSubTypeReportCube
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsNotCubeReport
static final java.lang.String WebFeatureIsNotCubeReport
Whether the report is a datamart report.
Determined by having the subtype ofEnumDSSXMLObjectSubTypes.DssXmlSubTypeReportCube
This feature is used when a feature will be deemed as true when not available on the bean and its negation will then turn out to be false- See Also:
- Constant Field Values
-
WebFeatureIsNonViewableReport
static final java.lang.String WebFeatureIsNonViewableReport
Whether the report is non viewbable report (datamart report or cube report).- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsIntelligentCube
static final java.lang.String WebFeatureIsIntelligentCube
- See Also:
- Constant Field Values
-
WebFeatureIsSubscribableReport
static final java.lang.String WebFeatureIsSubscribableReport
Whether the report is subscribable report (not dynamic or archived report).- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureShowGroupByForExport
static final java.lang.String WebFeatureShowGroupByForExport
Whether to show the group by option on the Export OPtions Dialog.
True if the document contains a group-by whose value is different than "All"- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebDefineViewReport
static final java.lang.String WebFeatureWebDefineViewReport
Whether users can create a view report (use an Intelligent Cube as a datasource).- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExecuteCubeReport
static final java.lang.String WebFeatureWebExecuteCubeReport
Whether users can execute a cube report.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEditReportFilter
static final java.lang.String WebFeatureEditReportFilter
Whether to allow users to edit the report filter- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsNCSCSConfigured
static final java.lang.String WebFeatureIsNCSCSConfigured
Whether the I-Server MD has been configured with the NCS Content Services tables. This will tell us whether the NCS functionality is available on the I-Server.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToPDF
static final java.lang.String WebFeatureWebExportToPDF
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToPDF
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureHtml5ExportToPDF
static final java.lang.String WebFeatureHtml5ExportToPDF
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToPDF
- Since:
- MicroStrategy Web 10
- See Also:
- Constant Field Values
-
WebFeatureWebExportToExcel
static final java.lang.String WebFeatureWebExportToExcel
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToExcel
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportExcel
mode enabled.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToPlainText
static final java.lang.String WebFeatureWebExportToPlainText
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToText
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportPlainText
mode enabled.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToFlash
static final java.lang.String WebFeatureWebExportToFlash
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToFlash
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToHTML
static final java.lang.String WebFeatureWebExportToHTML
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToHTML
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportHTML
mode enabled.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToCSV
static final java.lang.String WebFeatureWebExportToCSV
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToText
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportCSV
mode enabled.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToExcelPlainText
static final java.lang.String WebFeatureWebExportToExcelPlainText
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesExportToText
or theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebExport
privilege and if the report has theEnumDSSXMLViewMedia.DssXmlViewMediaExportExcelPlainText
mode enabled.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebEnablePrintSubscriptions
static final java.lang.String WebFeatureWebEnablePrintSubscriptions
Whether to enable print-subscriptions. For HTML documents we need to disable print subscriptions- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebEnableFtpSubscriptions
static final java.lang.String WebFeatureWebEnableFtpSubscriptions
Whether to enable ftp-subscriptions. For HTML documents we need to disable print subscriptions- See Also:
- Constant Field Values
-
WebFeatureIsNotesAvailable
static final java.lang.String WebFeatureIsNotesAvailable
Whether to display the notes tab to the user. It's true when the user has one of the followingEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesViewNotes
,EnumDSSXMLPrivilegeTypes.DssXmlPrivilegesAddNotes
, andEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebEditNotes
.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureViewNotes
static final java.lang.String WebFeatureViewNotes
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesViewNotes
privilege to view the notes.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureAddNotes
static final java.lang.String WebFeatureAddNotes
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesAddNotes
privilege to add the notes.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEditNotes
static final java.lang.String WebFeatureEditNotes
Whether the user has theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebEditNotes
privilege to edit the notes.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureUseViewFilterEditor
static final java.lang.String WebFeatureUseViewFilterEditor
Indicates view filter editor accessibility- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureExport
static final java.lang.String WebFeatureExport
For accessing the WebExport privilege- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCheckGridMode
static final java.lang.String WebFeatureCheckGridMode
Indicates the report is on grid mode- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableDesignMode
static final java.lang.String WebFeatureEnableDesignMode
Indicates the "design mode" menu is enabled or not- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableSaveReport
static final java.lang.String WebFeatureEnableSaveReport
Indicates the save menu option is enabled- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureEnableScheduling
static final java.lang.String WebFeatureEnableScheduling
Whether the "subscribe" menu is enabled or not- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsGridViewMode
static final java.lang.String WebFeatureIsGridViewMode
Indicates whether the report is in grid view mode- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsGraphViewMode
static final java.lang.String WebFeatureIsGraphViewMode
Indicates whether the report is in graph view mode or grid and graph mode- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCreateHTMLContainer
static final java.lang.String WebFeatureCreateHTMLContainer
Feature that controls whether a user can create new HTML Container or modify the content of exsiting ones This feature checks for theEnumDSSXMLPrivilegeTypes.DssXmlPrivilegesWebCreateHTMLContainer
privilege.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureDrillWithinIntelligentCube
static final java.lang.String WebFeatureDrillWithinIntelligentCube
- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToExcelPrivilege
static final java.lang.String WebFeatureWebExportToExcelPrivilege
Indicates whether the current user has enough privileges to export to excel- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToPlainTextPrivilege
static final java.lang.String WebFeatureWebExportToPlainTextPrivilege
Indicates whether the current user has enough privilege to export to plaintext- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToCSVPrivilege
static final java.lang.String WebFeatureWebExportToCSVPrivilege
Indicates whether the current user has enough privilege to export to CSV- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToExcelPlainTextPrivilege
static final java.lang.String WebFeatureWebExportToExcelPlainTextPrivilege
Indicates whether the current user has enough privilege to export to Excel's plaintext- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToPDFPrivilege
static final java.lang.String WebFeatureWebExportToPDFPrivilege
Indicates whether the current user has enough privilege to export to PDF- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebExportToHTMLPrivilege
static final java.lang.String WebFeatureWebExportToHTMLPrivilege
Indicates whether the current user has enough privilege to export to HTML- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebDrillAndLink
static final java.lang.String WebFeatureWebDrillAndLink
Web drill Allows the user to use Links at runtime on Reports and on Grids, Text Fields and Images in Documents. Without this privilege, the default Link should not be rendered on a Grid, text field or image, and the Links option on the RMC menu should be hidden.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureWebEditDrillingAndLinks
static final java.lang.String WebFeatureWebEditDrillingAndLinks
Allows the user to create and edit Links for Reports and Grids, text fields and images in Documents Without this privilege the menu option for opening the Links editor should be hidden.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureCreateGroups
static final java.lang.String WebFeatureCreateGroups
Allows the user to create User Groups.- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsNotEveryOneGroups
static final java.lang.String WebFeatureIsNotEveryOneGroups
Indicate if a group is not everyone- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureIsNotSingleRowReport
static final java.lang.String WebFeatureIsNotSingleRowReport
Indicate if a the report has only one row- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebFeatureVisualizationsAvailableForRWLayout
static final java.lang.String WebFeatureVisualizationsAvailableForRWLayout
Indicates whether there are visualizations available for document layouts on the visualizations configuration file.- See Also:
- Constant Field Values
-
WebFeatureWebUseCustomGroupEditor
static final java.lang.String WebFeatureWebUseCustomGroupEditor
Indicates whether or not current login user can use custom group editor from web.- See Also:
- Constant Field Values
-
WebFeatureWebImportData
static final java.lang.String WebFeatureWebImportData
Indicates whether or not the current user could create a cube via web by importing data.- See Also:
- Constant Field Values
-
WebFeatureWebImportDatabase
static final java.lang.String WebFeatureWebImportDatabase
Indicates whether or not the current use could import data from database.- See Also:
- Constant Field Values
-
WebFeatureAccessDataFromCloudApp
static final java.lang.String WebFeatureAccessDataFromCloudApp
Indicates whether or not the current use could access data from cloud apps.- See Also:
- Constant Field Values
-
WebFeatureAccessDataFromFiles
static final java.lang.String WebFeatureAccessDataFromFiles
Indicates whether or not the current use could access data from files.- See Also:
- Constant Field Values
-
WebFeatureUseDatabaseInstanceManager
static final java.lang.String WebFeatureUseDatabaseInstanceManager
Indicates if user is allowed to create/edit database instances and connections.- See Also:
- Constant Field Values
-
WebFeatureUseDatabaseLoginManager
static final java.lang.String WebFeatureUseDatabaseLoginManager
Indicates if user is allowed to create/edit database logins.- See Also:
- Constant Field Values
-
WebFeatureConfigureTransactions
static final java.lang.String WebFeatureConfigureTransactions
Indicates if user is allowed to configure Transaction Documents.- See Also:
- Constant Field Values
-
WebFeatureExecuteTransactions
static final java.lang.String WebFeatureExecuteTransactions
Indicates if user is allowed to execute Transaction reports.- See Also:
- Constant Field Values
-
WebFeatureExecutionFullScreenMode
static final java.lang.String WebFeatureExecutionFullScreenMode
Indicate whether the report would be executed in full screen mode.- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebFeatureSingleSourceGrid
static final java.lang.String WebFeatureSingleSourceGrid
Denotes if this document is configured as single source grid.- Since:
- MicroStrategy Web 9.4.0
- See Also:
- Constant Field Values
-
WebFeatureSingleSourceGridProject
static final java.lang.String WebFeatureSingleSourceGridProject
Denotes if this project is configured as single source grid.- See Also:
- Constant Field Values
-
WebFeatureRWLevelMCEJoinForDataCombination
static final java.lang.String WebFeatureRWLevelMCEJoinForDataCombination
Denotes the level of MCE join for Data Combination in this document.- See Also:
- Constant Field Values
-
WebFeatureProjectLevelMCEJoinForDataCombination
static final java.lang.String WebFeatureProjectLevelMCEJoinForDataCombination
Denotes the level of MCE join for Data Combination in this project.- See Also:
- Constant Field Values
-
WebFeatureBrowserSupportsWebArchitect
static final java.lang.String WebFeatureBrowserSupportsWebArchitect
Denotes whether we support Web Architect based on the client browser.- See Also:
- Constant Field Values
-
WebFeatureCanUseWebArchitect
static final java.lang.String WebFeatureCanUseWebArchitect
Denotes whether user has Web Architect privilege- See Also:
- Constant Field Values
-
WebFeatureDisableHTMLDocuments
static final java.lang.String WebFeatureDisableHTMLDocuments
- See Also:
- Constant Field Values
-
WebFeatureEnableOfflineUCOnCubeConfig
static final java.lang.String WebFeatureEnableOfflineUCOnCubeConfig
Denotes whether to expose "Allow offline manipulation on filter selector based on cube" setting- See Also:
- Constant Field Values
-
WebFeatureImportMstrFile
static final java.lang.String WebFeatureImportMstrFile
Denotes whether user has Import Mstr File privilege- See Also:
- Constant Field Values
-
WebFeatureExportToMstrFile
static final java.lang.String WebFeatureExportToMstrFile
Denotes whether user has Export To Mstr File privilege- See Also:
- Constant Field Values
-
WebFeatureIsTwoStepVerificationRequired
static final java.lang.String WebFeatureIsTwoStepVerificationRequired
Denotes whether two-step verification is required for the existing IServer- See Also:
- Constant Field Values
-
WebFeatureIsSchemaDefined
static final java.lang.String WebFeatureIsSchemaDefined
Denotes whether there is a empty schema- See Also:
- Constant Field Values
-
WebFeatureShowFeedbackBtn
static final java.lang.String WebFeatureShowFeedbackBtn
Determines if Feedback button can be shown or not in the Account Menu- See Also:
- Constant Field Values
-
WebFeatureShowPreviews
static final java.lang.String WebFeatureShowPreviews
Determines if Previews are to be shown or not.- See Also:
- Constant Field Values
-
WebFeatureShowSampleRecents
static final java.lang.String WebFeatureShowSampleRecents
Determines if Sample Recents are to be shown or not.- See Also:
- Constant Field Values
-
WebFeatureRemoveDerivedMetricFromReport
static final java.lang.String WebFeatureRemoveDerivedMetricFromReport
Determines whether user can remove derived metric from report even doesn't have modify-report-list privilege.- See Also:
- Constant Field Values
-
WebFeatureUseCookies
static final java.lang.String WebFeatureUseCookies
Determines whether user can use cookies.- See Also:
- Constant Field Values
-
WebFeatureUseNaturalLanguage
static final java.lang.String WebFeatureUseNaturalLanguage
Determines whether user can use natural language to create viz.- See Also:
- Constant Field Values
-
WebFeatureUseGridColIncrementalRender
static final java.lang.String WebFeatureUseGridColIncrementalRender
Determines whether user can use grid incremental column rendering.- See Also:
- Constant Field Values
-
WebFeatureUseSuperGrid
static final java.lang.String WebFeatureUseSuperGrid
Determines whether user can use super grid.- See Also:
- Constant Field Values
-
WebFeatureUseSuperGridDev
static final java.lang.String WebFeatureUseSuperGridDev
Determines whether user can use super grid disabled features.- See Also:
- Constant Field Values
-
WebFeatureCreateSurvey
static final java.lang.String WebFeatureCreateSurvey
Determines whether user can create survey.- See Also:
- Constant Field Values
-
WebFeatureUseVLDBPropertyEditor
static final java.lang.String WebFeatureUseVLDBPropertyEditor
Determines whether user can use the VLDB Property Editor.- See Also:
- Constant Field Values
-
WebFeatureSupportCartesianJoin
static final java.lang.String WebFeatureSupportCartesianJoin
Determines whether user can set cartesian join property.- See Also:
- Constant Field Values
-
WebPreferenceUseMicroChart
static final java.lang.String WebPreferenceUseMicroChart
Determines whether user can use MicroChart.- See Also:
- Constant Field Values
-
WebFeatureSupportDossierPanelStack
static final java.lang.String WebFeatureSupportDossierPanelStack
Determines whether user can use Panel Stack.- See Also:
- Constant Field Values
-
WebFeatureSupportDossierPanelStackCopyMove
static final java.lang.String WebFeatureSupportDossierPanelStackCopyMove
Determines whether user can use Panel Stack Copy/Move.- See Also:
- Constant Field Values
-
WebFeatureSupportDossierMoveAcrossPanelStack
static final java.lang.String WebFeatureSupportDossierMoveAcrossPanelStack
Determines whether user can use X-Panel-Stack Move.- See Also:
- Constant Field Values
-
WebFeatureUseRichTextBox
static final java.lang.String WebFeatureUseRichTextBox
Determines whether user can insert rich text box.- See Also:
- Constant Field Values
-
WebFeatureModifyAllowHTMLContent
static final java.lang.String WebFeatureModifyAllowHTMLContent
Determines whether user can enable/disable security feature of allowing HTML content.- See Also:
- Constant Field Values
-
-