Package com.microstrategy.web.beans
Interface ExpressionBeanContext
- 
- All Known Subinterfaces:
 ThresholdExpressionBeanContext
public interface ExpressionBeanContextThe ExpressionBeanContext interface can be implemented by any object that can provide a context for an expression bean. The context is the source for the expression being edited or displayed by the expression bean.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebExpressiongetOriginalExpression()This method should return the original expression that is being edited or displayed. 
 - 
 
- 
- 
Method Detail
- 
getOriginalExpression
WebExpression getOriginalExpression() throws WebObjectsException, WebBeanException
This method should return the original expression that is being edited or displayed.- Returns:
 - The 
WebExpressionobject being edited/displayed. - Throws:
 WebObjectsExceptionWebBeanException
 
 - 
 
 -