Class OrExpression
java.lang.Object
org.ametys.plugins.repository.query.expression.OrExpression
- All Implemented Interfaces:
Expression
Constructs an
Expression
corresponding to the logical "or"
between two others Expression
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OrExpression
Creates the "or" Expression.- Parameters:
exprs
- the operands
-
-
Method Details
-
build
Description copied from interface:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-