Interface WebMDSecurityFilter

    • Method Detail

      • getExpression

        WebExpression getExpression()
        Returns an editable WebExpression object, which can be used to edit the expression associated with this security filter.
        Returns:
        A WebExpression object which represents the security filter's expression.
        Since:
        MicroStrategy Web 8.0.0
      • getTopLevel

        WebDimty getTopLevel()
        Returns the top level dimensionality, which is the highest analysis level that the security filter is applied without changing the dimensionality of metrics.
        Returns:
        An editable WebDimty object, representing the top level dimty of the security filter.
        Since:
        MicroStrategy Web 8.0.0
      • getBottomLevel

        WebDimty getBottomLevel()
        Returns the bottom level dimensionality, which is the lowest analysis level that the security filter is applied.
        Returns:
        An editable WebDimty object, representing the bottom level dimty of the security filter.
        Since:
        MicroStrategy Web 8.0.0
      • getExpressionPlainText

        java.lang.String getExpressionPlainText()
        Returns the parsable text from which a copy of the security filter could be created. You need to include the objectFlag EnumDSSXMLObjectFlags.DssXmlObjectPlainText to get this information.
        Returns:
        String containing parsable text
        Since:
        MicroStrategy Web 9.0.1