|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogicalOperator | |
---|---|
com.gentics.api.lib.rule | Package for classes and interfaces related rule parsing and interpretation. |
Uses of LogicalOperator in com.gentics.api.lib.rule |
---|
Fields in com.gentics.api.lib.rule declared as LogicalOperator | |
---|---|
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 |
Methods in com.gentics.api.lib.rule with parameters of type LogicalOperator | |
---|---|
void |
RuleTree.concat(RuleTree ruletree,
LogicalOperator operator)
Deprecated. adds the given ruletree to the current ruletree, linking it with the given operator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |