|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
com.gentics.api.lib.datasource | Package for datasource related classes and interfaces. |
com.gentics.api.lib.expressionparser | Package for classes and interfaces related to parsing and evaluating of expressions. |
com.gentics.api.lib.resolving | Package for classes and interfaces related to property resolving. |
com.gentics.api.lib.rule | Package for classes and interfaces related rule parsing and interpretation. |
com.gentics.api.portalnode.connector | Package containing a factory to create all initial objects you need, and some helper classes. |
Uses of Expression in com.gentics.api.lib.datasource |
---|
Methods in com.gentics.api.lib.datasource with parameters of type Expression | |
---|---|
DatasourceFilter |
ResolvableDatasource.createDatasourceFilter(Expression expression)
|
DatasourceFilter |
Datasource.createDatasourceFilter(Expression expression)
Create a datasource filter for the given expression. |
Uses of Expression in com.gentics.api.lib.expressionparser |
---|
Subinterfaces of Expression in com.gentics.api.lib.expressionparser | |
---|---|
interface |
EvaluableExpression
Interface for expression that can be evaluated. |
Methods in com.gentics.api.lib.expressionparser that return Expression | |
---|---|
Expression |
ExpressionParser.parse(String expressionString)
Parse the given expression string into an Expression. |
Methods in com.gentics.api.lib.expressionparser with parameters of type Expression | |
---|---|
void |
ExpressionEvaluator.filter(Expression expression,
List<Resolvable> resolvables)
Filter the given list of resolvables with the given expression. |
boolean |
ExpressionEvaluator.match(Expression expression)
Try to match the given expression (against the added resolvables) |
boolean |
ExpressionEvaluator.match(Expression expression,
Resolvable matchedObject)
Try to match the given expression against the given object (and the added resolvables) |
Uses of Expression in com.gentics.api.lib.resolving |
---|
Methods in com.gentics.api.lib.resolving with parameters of type Expression | |
---|---|
void |
PropertySetter.performAssignment(Expression expression)
Perform the given assignment expression |
Uses of Expression in com.gentics.api.lib.rule |
---|
Methods in com.gentics.api.lib.rule that return Expression | |
---|---|
Expression |
RuleTree.getExpression()
Deprecated. Get the parsed expression of this ruletree. |
Uses of Expression in com.gentics.api.portalnode.connector |
---|
Methods in com.gentics.api.portalnode.connector that return Expression | |
---|---|
static Expression |
PortalConnectorFactory.createExpression(String rule)
Parse the given expression string into an Expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |