public class ReportFormulaContext
extends java.lang.Object
implements org.pentaho.reporting.libraries.formula.FormulaContext
| Constructor and Description |
|---|
ReportFormulaContext(org.pentaho.reporting.libraries.formula.FormulaContext backend,
DataRow dataRow) |
| Modifier and Type | Method and Description |
|---|---|
org.pentaho.reporting.libraries.base.config.Configuration |
getConfiguration() |
DataRow |
getDataRow() |
java.lang.Object |
getDeclaringElement() |
org.pentaho.reporting.libraries.formula.function.FunctionRegistry |
getFunctionRegistry() |
org.pentaho.reporting.libraries.formula.LocalizationContext |
getLocalizationContext() |
org.pentaho.reporting.libraries.formula.operators.OperatorFactory |
getOperatorFactory() |
org.pentaho.reporting.libraries.formula.typing.TypeRegistry |
getTypeRegistry() |
boolean |
isReferenceDirty(java.lang.Object name) |
java.lang.Object |
resolveReference(java.lang.Object name) |
org.pentaho.reporting.libraries.formula.typing.Type |
resolveReferenceType(java.lang.Object name) |
void |
setDataRow(DataRow dataRow) |
void |
setDeclaringElement(java.lang.Object declaringElement) |
public ReportFormulaContext(org.pentaho.reporting.libraries.formula.FormulaContext backend,
DataRow dataRow)
public org.pentaho.reporting.libraries.formula.LocalizationContext getLocalizationContext()
getLocalizationContext in interface org.pentaho.reporting.libraries.formula.FormulaContextpublic org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
getConfiguration in interface org.pentaho.reporting.libraries.formula.FormulaContextpublic org.pentaho.reporting.libraries.formula.function.FunctionRegistry getFunctionRegistry()
getFunctionRegistry in interface org.pentaho.reporting.libraries.formula.FormulaContextpublic org.pentaho.reporting.libraries.formula.typing.TypeRegistry getTypeRegistry()
getTypeRegistry in interface org.pentaho.reporting.libraries.formula.FormulaContextpublic org.pentaho.reporting.libraries.formula.operators.OperatorFactory getOperatorFactory()
getOperatorFactory in interface org.pentaho.reporting.libraries.formula.FormulaContextpublic boolean isReferenceDirty(java.lang.Object name)
throws org.pentaho.reporting.libraries.formula.ContextEvaluationException
isReferenceDirty in interface org.pentaho.reporting.libraries.formula.FormulaContextorg.pentaho.reporting.libraries.formula.ContextEvaluationExceptionpublic org.pentaho.reporting.libraries.formula.typing.Type resolveReferenceType(java.lang.Object name)
resolveReferenceType in interface org.pentaho.reporting.libraries.formula.FormulaContextpublic java.lang.Object resolveReference(java.lang.Object name)
throws org.pentaho.reporting.libraries.formula.ContextEvaluationException
resolveReference in interface org.pentaho.reporting.libraries.formula.FormulaContextorg.pentaho.reporting.libraries.formula.ContextEvaluationExceptionpublic DataRow getDataRow()
public void setDataRow(DataRow dataRow)
public java.lang.Object getDeclaringElement()
public void setDeclaringElement(java.lang.Object declaringElement)