Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DatasourceFilter |
ResolvableDatasource.createDatasourceFilter(Expression expression) |
DatasourceFilter |
Datasource.createDatasourceFilter(Expression expression)
Create a datasource filter for the given expression.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EvaluableExpression
Interface for expression that can be evaluated.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionParser.parse(String expressionString)
Parse the given expression string into an Expression.
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySetter.performAssignment(Expression expression)
Perform the given assignment expression
|
Modifier and Type | Method and Description |
---|---|
Expression |
RuleTree.getExpression()
Deprecated.
Get the parsed expression of this ruletree.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
PortalConnectorFactory.createExpression(String rule)
Parse the given expression string into an Expression.
|
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.