Package | Description |
---|---|
com.gentics.api.lib.expressionparser.filtergenerator |
Modifier and Type | Method and Description |
---|---|
void |
DatasourceFilter.addBaseResolvable(String baseName,
Resolvable resolvable)
Add a base resolvable to the resolver with the given baseName
|
boolean |
DatasourceFilter.allowsNullValues(String attributeName)
Determines if the given attribute may contain null values.
|
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.
|
int |
DatasourceFilter.getValueType(String attributeName)
Get the value type of the given attribute
|
String |
DatasourceFilter.getVariableName(String expressionName,
int expectedValueType)
Convert the name of a variable in the expression into the datasource
specific name
|
Copyright © 2017 Gentics Software. All Rights Reserved.