Interface EnumExpressionBeanType


  • public interface EnumExpressionBeanType
    This enumeration describes the different types of expression bean. This is exposed on the ExpressionBean interface, and the result will depend upon how the expression bean was obtained.
    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

      • ExpressionBeanTypeUndefined

        static final int ExpressionBeanTypeUndefined
        An expression bean that represents the view filter.
        Since:
        MicroStrategy Web 8.1.1
        See Also:
        Constant Field Values
      • ExpressionBeanTypeViewFilter

        static final int ExpressionBeanTypeViewFilter
        An expression bean that represents the view filter.
        See Also:
        Constant Field Values
      • ExpressionBeanTypeReportFilter

        static final int ExpressionBeanTypeReportFilter
        An expression bean that represents the report filter.
        See Also:
        Constant Field Values
      • ExpressionBeanTypePrompt

        static final int ExpressionBeanTypePrompt
        An expression bean that represents an expression from a prompt.
        See Also:
        Constant Field Values
      • ExpressionBeanTypeGeneric

        static final int ExpressionBeanTypeGeneric
        An expression bean that represents an expression on a filter object saved in metadata.
        See Also:
        Constant Field Values
      • ExpressionBeanTypeSecurityFilter

        static final int ExpressionBeanTypeSecurityFilter
        An expression bean that represents an expression on a security filter saved in metadata.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • ExpressionBeanTypeRWViewFilter

        static final int ExpressionBeanTypeRWViewFilter
        An expression bean that represents a view filter on a part of an RW document.
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • ExpressionBeanTypeReportLimit

        static final int ExpressionBeanTypeReportLimit
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • ExpressionBeanTypeViewLimit

        static final int ExpressionBeanTypeViewLimit
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ExpressionBeanTypeDerivedElement

        static final int ExpressionBeanTypeDerivedElement
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ExpressionBeanTypeThreshold

        static final int ExpressionBeanTypeThreshold
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ExpressionBeanTypeDisplay

        static final int ExpressionBeanTypeDisplay
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • ExpressionBeanTypeRWViewLimit

        static final int ExpressionBeanTypeRWViewLimit
        See Also:
        Constant Field Values