|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluationException | |
---|---|
com.gentics.api.lib.expressionparser | Package for classes and interfaces related to parsing and evaluating of expressions. |
com.gentics.api.lib.expressionparser.filtergenerator |
Uses of EvaluationException in com.gentics.api.lib.expressionparser |
---|
Methods in com.gentics.api.lib.expressionparser that throw EvaluationException | |
---|---|
static boolean |
ExpressionEvaluator.containsNone(java.util.Collection leftCollection,
java.util.Collection rightCollection)
Check whether the collections have no object in common |
static boolean |
ExpressionEvaluator.containsOneOf(java.util.Collection leftCollection,
java.util.Collection rightCollection)
Check whether the left collection contains at least one object of the right collection |
static byte[] |
ExpressionEvaluator.getAsBinary(java.lang.Object object)
Get the given object as binary. |
static java.lang.Boolean |
ExpressionEvaluator.getAsBoolean(java.lang.Object object)
Get the given object as boolean. |
static java.util.Collection |
ExpressionEvaluator.getAsCollection(java.lang.Object object)
Get the given object as Collection. |
static java.util.Date |
ExpressionEvaluator.getAsDate(java.lang.Object object)
Get the given object as Date. |
static java.lang.Number |
ExpressionEvaluator.getAsNumber(ExpressionQueryRequest request,
java.lang.Object object,
java.lang.Class numberClass)
|
static java.lang.Number |
ExpressionEvaluator.getAsNumber(java.lang.Object object)
Get the given object as number. |
static java.lang.Number |
ExpressionEvaluator.getAsNumber(java.lang.Object object,
java.lang.Class numberClass)
Get the given object as number of the given class. |
static java.lang.String |
ExpressionEvaluator.getAsString(java.lang.Object object)
Get the given object as String. |
static java.lang.Object |
ExpressionEvaluator.getAsType(java.lang.Object object,
int type)
Get the given object as object of specified type. |
protected static int |
ExpressionEvaluator.getObjectType(java.lang.Object object)
Analyze the given object and get the objecttype |
protected static boolean |
ExpressionEvaluator.incompatibleComparisonTypes(java.lang.Object object1,
java.lang.Object object2)
Helper method to throw an Exception "Incompatible types found in comparison..." |
static boolean |
ExpressionEvaluator.isTypeSafeEqual(java.lang.Object object1,
java.lang.Object object2)
Check whether the objects are typesafe equal. |
static boolean |
ExpressionEvaluator.isTypeSafeUnequal(java.lang.Object object1,
java.lang.Object object2)
Check whether the objects are typesafe unequal. |
static boolean |
ExpressionEvaluator.typeSafeComparison(ExpressionQueryRequest request,
java.lang.Object object1,
java.lang.Object object2,
int type)
Perform a typesafe comparison between the given objects. |
Uses of EvaluationException in com.gentics.api.lib.expressionparser.filtergenerator |
---|
Methods in com.gentics.api.lib.expressionparser.filtergenerator that throw EvaluationException | |
---|---|
void |
PostProcessor.process(java.util.List<Resolvable> resolvables,
java.lang.Object data)
Process the given list of resolvables, which is the result of the datasource query |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |