|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.libraries.formula.DefaultFormulaContext
public class DefaultFormulaContext
Creation-Date: 31.10.2006, 16:32:32
| Constructor Summary | |
|---|---|
DefaultFormulaContext()
|
|
DefaultFormulaContext(Configuration config)
|
|
DefaultFormulaContext(Configuration config,
java.util.Locale locale,
java.util.TimeZone timeZone)
|
|
| Method Summary | |
|---|---|
void |
defineReference(java.lang.Object name,
java.lang.Object value)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFormulaContext()
public DefaultFormulaContext(Configuration config)
public DefaultFormulaContext(Configuration config,
java.util.Locale locale,
java.util.TimeZone timeZone)
| Method Detail |
|---|
public OperatorFactory getOperatorFactory()
FormulaContext
getOperatorFactory in interface FormulaContext
public void defineReference(java.lang.Object name,
java.lang.Object value)
public java.lang.Object resolveReference(java.lang.Object name)
FormulaContext
resolveReference in interface FormulaContextname - the name that identifies the reference.
public Configuration getConfiguration()
FormulaContext
getConfiguration in interface FormulaContextpublic FunctionRegistry getFunctionRegistry()
FormulaContext
getFunctionRegistry in interface FormulaContextpublic Type resolveReferenceType(java.lang.Object name)
FormulaContext
resolveReferenceType in interface FormulaContextname - the name that identifies the reference.
public TypeRegistry getTypeRegistry()
FormulaContext
getTypeRegistry in interface FormulaContextpublic LocalizationContext getLocalizationContext()
FormulaContext
getLocalizationContext in interface FormulaContextpublic boolean isReferenceDirty(java.lang.Object name)
FormulaContextname has changed.
isReferenceDirty in interface FormulaContextname - the name that identifies the reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||