public interface FormulaContext
Modifier and Type | Method and Description |
---|---|
org.pentaho.reporting.libraries.base.config.Configuration |
getConfiguration()
Returns the local configuration of the formula.
|
FunctionRegistry |
getFunctionRegistry()
Returns the function registry.
|
LocalizationContext |
getLocalizationContext()
Returns the localization context of this formula.
|
OperatorFactory |
getOperatorFactory()
Returns the operator registry.
|
TypeRegistry |
getTypeRegistry()
Returns the type registry.
|
boolean |
isReferenceDirty(java.lang.Object name)
Checks whether the external object referenced by
name has changed. |
java.lang.Object |
resolveReference(java.lang.Object name)
Resolves the given reference.
|
Type |
resolveReferenceType(java.lang.Object name)
Queries the type of the given reference.
|
boolean isReferenceDirty(java.lang.Object name) throws ContextEvaluationException
name
has changed.name
- the name that identifies the reference.ContextEvaluationException
- if an error occurs.java.lang.Object resolveReference(java.lang.Object name) throws ContextEvaluationException
name
- the name that identifies the reference.ContextEvaluationException
- if an error occurs.Type resolveReferenceType(java.lang.Object name) throws ContextEvaluationException
name
- the name that identifies the reference.ContextEvaluationException
- if an error occurs.LocalizationContext getLocalizationContext()
org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
FunctionRegistry getFunctionRegistry()
TypeRegistry getTypeRegistry()
OperatorFactory getOperatorFactory()