Package | Description |
---|---|
com.gentics.api.lib.expressionparser |
Package for classes and interfaces related to parsing and evaluating
of expressions.
|
com.gentics.api.lib.expressionparser.filtergenerator | |
com.gentics.api.lib.expressionparser.functions |
Modifier and Type | Method and Description |
---|---|
void |
EvaluableExpression.generateFilterPart(ExpressionQueryRequest request,
FilterPart filterPart,
int expectedValueType)
Generate the filter part for the evaluable expression.
|
Modifier and Type | Method and Description |
---|---|
FilterPart |
DatasourceFilter.generateConstantFilterPart(java.lang.String constantString,
java.lang.Object[] params)
Generate a filterpart for a constant string with optional parameters
|
FilterPart |
DatasourceFilter.generateLiteralFilterPart(java.lang.Object literal,
int expectedValueType)
Generate a filterpart for a literal.
|
FilterPart |
DatasourceFilter.generateVariableFilterPart(java.lang.String expressionName,
int expectedValueType)
Generate a filterpart for a variable.
|
FilterPart |
FilterPartGenerator.getFilterPart(ExpressionQueryRequest request)
Method that is called by the filter when it finally merges all filter
parts to use the filter.
|
FilterPart |
DatasourceFilter.getMainFilterPart()
Get the main filterpart of this filter.
|
Copyright © 2019 Gentics Software. All Rights Reserved.