|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterPart | |
---|---|
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 |
Uses of FilterPart in com.gentics.api.lib.expressionparser |
---|
Methods in com.gentics.api.lib.expressionparser with parameters of type FilterPart | |
---|---|
void |
EvaluableExpression.generateFilterPart(ExpressionQueryRequest request,
FilterPart filterPart,
int expectedValueType)
Generate the filter part for the evaluable expression. |
Uses of FilterPart in com.gentics.api.lib.expressionparser.filtergenerator |
---|
Methods in com.gentics.api.lib.expressionparser.filtergenerator that return FilterPart | |
---|---|
FilterPart |
DatasourceFilter.generateConstantFilterPart(String constantString,
Object[] params)
Generate a filterpart for a constant string with optional parameters |
FilterPart |
DatasourceFilter.generateLiteralFilterPart(Object literal,
int expectedValueType)
Generate a filterpart for a literal. |
FilterPart |
DatasourceFilter.generateVariableFilterPart(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. |
Uses of FilterPart in com.gentics.api.lib.expressionparser.functions |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |