Package com.microstrategy.web.beans
Interface EnumExpressionBeanType
-
public interface EnumExpressionBeanTypeThis enumeration describes the different types of expression bean. This is exposed on theExpressionBeaninterface, and the result will depend upon how the expression bean was obtained.- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intExpressionBeanTypeDerivedElementstatic intExpressionBeanTypeDisplaystatic intExpressionBeanTypeGenericAn expression bean that represents an expression on a filter object saved in metadata.static intExpressionBeanTypePromptAn expression bean that represents an expression from a prompt.static intExpressionBeanTypeReportFilterAn expression bean that represents the report filter.static intExpressionBeanTypeReportLimitstatic intExpressionBeanTypeRWViewFilterAn expression bean that represents a view filter on a part of an RW document.static intExpressionBeanTypeRWViewLimitstatic intExpressionBeanTypeSecurityFilterAn expression bean that represents an expression on a security filter saved in metadata.static intExpressionBeanTypeThresholdstatic intExpressionBeanTypeUndefinedAn expression bean that represents the view filter.static intExpressionBeanTypeViewFilterAn expression bean that represents the view filter.static intExpressionBeanTypeViewLimit
-
-
-
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
-
-