|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormulaException | |
---|---|
com.jaxfront.core.rule |
Uses of FormulaException in com.jaxfront.core.rule |
---|
Methods in com.jaxfront.core.rule that throw FormulaException | |
---|---|
java.lang.String |
FormulaExpression.evaluate()
Evaluate the formula by doing a XPath eval() operation. |
java.lang.String |
FormulaExpression.evaluate(Type target,
java.lang.Object eventSource,
java.lang.Object event)
Evaluate the formula by doing a XPath eval() operation. |
java.lang.Object |
FormulaExpression.evaluateObject()
|
java.lang.Object |
FormulaExpression.evaluateObject(Type target)
|
boolean |
FormulaExpression.isTrue(Type sourceType)
Evaluate the formula based on a source type, expecting a boolean as return value e.g. count( . |
boolean |
DummyCondition.isTrue(Type source)
|
boolean |
Condition.isTrue(Type source)
Returns if a condition is true. |
boolean |
ConditionExpression.isTrue(Type source,
java.lang.Object event)
A formulaExpression gets evaluated followed by user defined condition class (if available). |
boolean |
FormulaExpression.isTrue(Type source,
java.lang.Object event,
boolean useEventSourceAsBase)
Evaluate the formula, expecting a boolean as return value e.g. count( . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |