Package | Description |
---|---|
com.gentics.api.lib.rule |
Package for classes and interfaces related rule parsing and interpretation.
|
Modifier and Type | Field and Description |
---|---|
static LogicalOperator |
LogicalOperator.OPERATOR_AND
constant logical AND operator
|
static LogicalOperator |
LogicalOperator.OPERATOR_OR
constant logical OR operator
|
static LogicalOperator |
LogicalOperator.OPERATOR_UNDEF
constant logical undefined operator
|
Modifier and Type | Method and Description |
---|---|
void |
RuleTree.concat(RuleTree ruletree,
LogicalOperator operator)
Deprecated.
adds the given ruletree to the current ruletree, linking it with the
given operator.
|
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.