Interface EnumAdminBeanEvents

  • All Known Implementing Classes:
    AdminBeanEventHandler

    public interface EnumAdminBeanEvents
    All event definitions used in admin bean
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • WebEventAdminConnectServer

        static final int WebEventAdminConnectServer
        Event to connect to an IServer.
        See Also:
        Constant Field Values
      • WebEventAdminDisConnectServer

        static final int WebEventAdminDisConnectServer
        Event to disconnect an IServer.
        See Also:
        Constant Field Values
      • WebEventAdminAddConnectServer

        static final int WebEventAdminAddConnectServer
        Deprecated.
        Use WebEventAdminAddServer
        This is the combined event to add and connect the IServer. Based on which button was pressed (Add or Connect) we will trigger the corresponsding event.
        See Also:
        Constant Field Values
      • WebEventShowAdminServers

        static final int WebEventShowAdminServers
        Event for opening the page to list all the IServers on the web administrator page.
        See Also:
        Constant Field Values
      • WebEventAdminDeleteServers

        static final int WebEventAdminDeleteServers
        Event for deleting an IServer. This event will delete an IServer from the list of IServers maintained on this web server.
        See Also:
        Constant Field Values
      • WebEventAdminModifyDisconnectedServerProperties

        static final int WebEventAdminModifyDisconnectedServerProperties
        Event for modifying properties of a disconnected IServer.
        See Also:
        Constant Field Values
      • WebEventAdminModifyConnectedServerProperties

        static final int WebEventAdminModifyConnectedServerProperties
        Event for modifying properties of a connected IServer.
        See Also:
        Constant Field Values
      • WebEventAdminAddServer

        static final int WebEventAdminAddServer
        Event for adding a new IServer. This event will add an IServer to the list of IServers maintained on this web server.
        See Also:
        Constant Field Values
      • WebEventAdminSaveServer

        static final int WebEventAdminSaveServer
        Event for saving the properties of an IServer.
        See Also:
        Constant Field Values
      • WebEventAdminSaveConnectNewServer

        static final int WebEventAdminSaveConnectNewServer
        This is the combined event to save and connect the IServer. Based on which button was pressed (Save or Connect) we will trigger the corresponsding event. Connecting to an IServer will save the IServer as well.
        See Also:
        Constant Field Values
      • WebEventAdminSaveSecurityOptions

        static final int WebEventAdminSaveSecurityOptions
        Event to save IServer security options.
        See Also:
        Constant Field Values
      • WebEventAdminLoadDefaultSecurityOptions

        static final int WebEventAdminLoadDefaultSecurityOptions
        Event to load default IServer security options.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventAdminSaveOfficeOptions

        static final int WebEventAdminSaveOfficeOptions
        Event to save MicroStrategy Office options.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventAdminCreateTrustedRelationship

        static final int WebEventAdminCreateTrustedRelationship
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventAdminOpenTrustedRelationshipPage

        static final int WebEventAdminOpenTrustedRelationshipPage
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventAdminDeleteTrustedRelationship

        static final int WebEventAdminDeleteTrustedRelationship
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventAdminSaveHelpOptions

        static final int WebEventAdminSaveHelpOptions
        Event to save IServer help options.
        See Also:
        Constant Field Values
      • WebEventAdminOpenUsherConfig

        static final int WebEventAdminOpenUsherConfig
        See Also:
        Constant Field Values
      • WebEventAdminSaveUsherConfig

        static final int WebEventAdminSaveUsherConfig
        See Also:
        Constant Field Values
      • WebEventAdminSaveOtherConfigurationOptions

        static final int WebEventAdminSaveOtherConfigurationOptions
        Event to save IServer other configuration options.
        See Also:
        Constant Field Values
      • WebEventAdminLoadDefaultOtherConfigurationOptions

        static final int WebEventAdminLoadDefaultOtherConfigurationOptions
        Event to load default IServer other configuration options.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerName

        static final int WebEventArgumentAdminServerName
        Argument to specify the name of the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerPort

        static final int WebEventArgumentAdminServerPort
        Argument to specify the port of the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerInitialPoolSize

        static final int WebEventArgumentAdminServerInitialPoolSize
        Argument to specify the initial pool size of the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerMaxPoolSize

        static final int WebEventArgumentAdminServerMaxPoolSize
        Argument to specify the maximum pool size of the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminAddServerButton

        static final int WebEventArgumentAdminAddServerButton
        Argument to specify the name of the button used to add an IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminConnectServerButton

        static final int WebEventArgumentAdminConnectServerButton
        Deprecated.
        Argument to specify the name of the button used to connect to an IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerLoadBalance

        static final int WebEventArgumentAdminServerLoadBalance
        Argument to specify the load balance factor of the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerBusyTimeOut

        static final int WebEventArgumentAdminServerBusyTimeOut
        Argument to specify the server busy time out for the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerRequestTimeOut

        static final int WebEventArgumentAdminServerRequestTimeOut
        Argument to specify the server request time out for the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerKeepAlive

        static final int WebEventArgumentAdminServerKeepAlive
        Argument to specify to keep IServer connection alive.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerEnabledLogin

        static final int WebEventArgumentAdminServerEnabledLogin
        Argument to specify the enabled login modes for the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerDefaultLogin

        static final int WebEventArgumentAdminServerDefaultLogin
        Argument to specify the default login mode for the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentAdminSaveServerButton

        static final int WebEventArgumentAdminSaveServerButton
        Deprecated.
        Argument to specify the name of the button used to save an IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentUseEncryption

        static final int WebEventArgumentUseEncryption
        Argument to specify if we need to use encryption. this argument specifies that the traffic between the Web and IServer machines is encrypted. 0=no encryption, 1=AES, 2=SSL (ordinals of EncryptionMode).
        See Also:
        EncryptionMode, Constant Field Values
      • WebEventArgumentPreventCaching

        static final int WebEventArgumentPreventCaching
        Argument to specify if we need to prevent caching. this argument specifies that the response object will contain the cache control and pragma headers set to no cache. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentUseSessionCookie

        static final int WebEventArgumentUseSessionCookie
        Argument to indicate to store IServer sessions information in temporary cookies instead of on the Web server. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        See Also:
        Constant Field Values
      • WebEventArgumentAllowHTMLOnPrintHeader

        static final int WebEventArgumentAllowHTMLOnPrintHeader
        Argument to indicate that HTML is allowed to be used in the print header and footer editor. This setting will allow users to execute script in the browser. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        See Also:
        Constant Field Values
      • WebEventArgumentAllowHTMLOnObjDesc

        static final int WebEventArgumentAllowHTMLOnObjDesc
        Argument to indicate that HTML is allowed to be used in the description of dss objects. This setting will allow users to execute script in the browser. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 7.5.1
        See Also:
        Constant Field Values
      • WebEventArgumentEncodeExportResults

        static final int WebEventArgumentEncodeExportResults
        Argument to indicate whether to encode SCRIPT tags on the exported results. This setting is used for security reasons but it will affect performance if set to yes. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentAllowAutocomplete

        static final int WebEventArgumentAllowAutocomplete
        Argument to indicate that interface can autocomplete login and/or password information. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 7.5.3
        See Also:
        Constant Field Values
      • WebEventArgumentAllowHTMLOnMetricValues

        static final int WebEventArgumentAllowHTMLOnMetricValues
        Argument to indicate that HTML is allowed to be used in themetric values of reports. This setting will allow users to execute script in the browser. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentOfficeSetupLocation

        static final int WebEventArgumentOfficeSetupLocation
        Argument to indicate the URL where the MicroStrategy Office Installation page exists.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentOfficeShowLink

        static final int WebEventArgumentOfficeShowLink
        Argument to indicate that the link to install office will show up in the Projects & Pogin pages. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentAllowHTMLOnProjectDescription

        static final int WebEventArgumentAllowHTMLOnProjectDescription
        Argument to indicate that HTML is allowed to be used in the project description. This setting will allow users to execute script in the browser. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentAllowHTMLOnPromptDescription

        static final int WebEventArgumentAllowHTMLOnPromptDescription
        Argument to indicate that HTML is allowed to be used in the prompt description. This setting will allow users to execute script in the browser. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • WebEventArgumentShowLoginPageAfterLogout

        static final int WebEventArgumentShowLoginPageAfterLogout
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentAllowAdminApplyAllProjects

        static final int WebEventArgumentAllowAdminApplyAllProjects
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentAllowRSHyperlinkJSExecution

        static final int WebEventArgumentAllowRSHyperlinkJSExecution
        Argument to indicate that JavaScript Execution in Hyperlink objects in a Report Services document is allowed. This setting will allow users to execute script in the browser. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebEventArgumentServerSorting

        static final int WebEventArgumentServerSorting
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentTrustedAuthProvider

        static final int WebEventArgumentTrustedAuthProvider
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentApplicationName

        static final int WebEventArgumentApplicationName
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentProjectSorting

        static final int WebEventArgumentProjectSorting
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentUserId

        static final int WebEventArgumentUserId
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentUserPassword

        static final int WebEventArgumentUserPassword
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentAuthenticationMode

        static final int WebEventArgumentAuthenticationMode
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentRenderStackTrace

        static final int WebEventArgumentRenderStackTrace
        Argument to indicate whether to include stack trace information in the page source when an error occurs. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.1.1
        See Also:
        Constant Field Values
      • WebEventArgumentRenderRequestInfo

        static final int WebEventArgumentRenderRequestInfo
        Argument to indicate whether to include the request information information in the page source when an error occurs. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.1.1
        See Also:
        Constant Field Values
      • WebEventArgumentOfficeAppendPath

        static final int WebEventArgumentOfficeAppendPath
        Argument to indicate that the link to install office will show up in the Projects & Pogin pages. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentOverrideProjectLoginModes

        static final int WebEventArgumentOverrideProjectLoginModes
        Flag to indicate whether project specific login modes should be ignored, and we should only use the default modes.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentShowAboutPageInfo

        static final int WebEventArgumentShowAboutPageInfo
        Since:
        MicroStrategy Web 9.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentAllowLoginByUrl

        static final int WebEventArgumentAllowLoginByUrl
        Since:
        MicroStrategy Web 9.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentSalesforceClientID

        static final int WebEventArgumentSalesforceClientID
        Argument to indicate Salesforce client ID used when importing salesforce reports
        See Also:
        Constant Field Values
      • WebEventArgumentSalesforceClientSecret

        static final int WebEventArgumentSalesforceClientSecret
        Argument to indicate Salesforce client Secret used when importing salesforce reports
        See Also:
        Constant Field Values
      • WebEventArgumentSalesforceRedirectURL

        static final int WebEventArgumentSalesforceRedirectURL
        Argument to indicate Salesforce redirect URL used when importing salesforce reports
        See Also:
        Constant Field Values
      • WebEventArgumentAdminServerEnabledWebLogin

        static final int WebEventArgumentAdminServerEnabledWebLogin
        Argument to specify the enabled web login modes for the IServer.
        See Also:
        Constant Field Values
      • WebEventArgumentHelpURL

        static final int WebEventArgumentHelpURL
        Argument to indicate the help url used by MicroStrategy Web
        See Also:
        Constant Field Values
      • WebEventArgumentHelpLocation

        static final int WebEventArgumentHelpLocation
        Argument to indicate the help url used by MicroStrategy Web
        See Also:
        Constant Field Values
      • WebEventArgumentEnableFrameBreaking

        static final int WebEventArgumentEnableFrameBreaking
        Argument to indicate whether add a frame-breaking script to pages
        Since:
        MicroStrategy Web 9.3.1
        See Also:
        Constant Field Values
      • WebEventArgumentXFrameOptions

        static final int WebEventArgumentXFrameOptions
        Argument to indicate whether add an X-Frame-Options header to page responses
        Since:
        MicroStrategy Web 9.3.1
        See Also:
        Constant Field Values
      • WebEventArgumentOverrideIServerErrorMessage

        static final int WebEventArgumentOverrideIServerErrorMessage
        See Also:
        Constant Field Values
      • WebEventArgumentCustomErrorMessage

        static final int WebEventArgumentCustomErrorMessage
        See Also:
        Constant Field Values
      • WebEventArgumentIncludeTimeStamp

        static final int WebEventArgumentIncludeTimeStamp
        Argument to indicate whether to include the request information information in the page source when an error occurs. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 8.1.1
        See Also:
        Constant Field Values
      • WebEventArgumentUseIEEdgeMode

        static final int WebEventArgumentUseIEEdgeMode
        Argument to indicate whether IE 8+ is enabled to render web in Edge Document mode.
        See Also:
        Constant Field Values
      • WebEventArgumentEnableHttpProxy

        static final int WebEventArgumentEnableHttpProxy
        Argument to indicate whether to enable HTTP proxy
        See Also:
        Constant Field Values
      • WebEventArgumentHttpProxyServerAddress

        static final int WebEventArgumentHttpProxyServerAddress
        Argument specifying address of Http proxy server
        See Also:
        Constant Field Values
      • WebEventArgumentHttpProxyServerPort

        static final int WebEventArgumentHttpProxyServerPort
        Argument specifying port of Http proxy server
        See Also:
        Constant Field Values
      • WebEventArgumentUsherOrgId

        static final int WebEventArgumentUsherOrgId
        See Also:
        Constant Field Values
      • WebEventArgumentUsherAppId

        static final int WebEventArgumentUsherAppId
        See Also:
        Constant Field Values
      • WebEventArgumentUsherToken

        static final int WebEventArgumentUsherToken
        See Also:
        Constant Field Values
      • WebEventArgumentUsher2Factor

        static final int WebEventArgumentUsher2Factor
        See Also:
        Constant Field Values
      • WebEventArgumentEncodeTooltips

        static final int WebEventArgumentEncodeTooltips
        Argument to indicate whether to encode SCRIPT tags on the tooltips. This setting is used for security reasons but it will affect performance if set to yes. A true value is specified in AdminServersHelper.PROPERTY_VALUE_YES.
        Since:
        MicroStrategy Web 9.5.0
        See Also:
        Constant Field Values
      • WebEventArgumentUsherBaseURL

        static final int WebEventArgumentUsherBaseURL
        See Also:
        Constant Field Values
      • WebEventArgumentUsherUserRegistration

        static final int WebEventArgumentUsherUserRegistration
        Argument to indicate whether the usher registration is allowed or not.
        See Also:
        Constant Field Values
      • WebEventArgumentAllowInputEmail

        static final int WebEventArgumentAllowInputEmail
        Argument to indicate whether the email input box should be displayed to allow user register by providing their emails.
        See Also:
        Constant Field Values
      • WebEventArgumentUsherRegistrationEmailDomain

        static final int WebEventArgumentUsherRegistrationEmailDomain
        Argument to include the email domains that are limited to the user registration.
        See Also:
        Constant Field Values
      • WebEventArgumentImportUsherUser

        static final int WebEventArgumentImportUsherUser
        Argument that determines whether to import the usher user
        See Also:
        Constant Field Values
      • WebEventArgumentEnableFencing

        static final int WebEventArgumentEnableFencing
        See Also:
        Constant Field Values
      • WebEventArgumentIdentityTokenSecretKey

        static final int WebEventArgumentIdentityTokenSecretKey
        See Also:
        Constant Field Values
      • WebEventArgumentAllowHTMLOnNoDataReturnedDesc

        static final int WebEventArgumentAllowHTMLOnNoDataReturnedDesc
        See Also:
        Constant Field Values