Class OrExpression
- java.lang.Object
 - 
- org.ametys.plugins.repository.query.expression.OrExpression
 
 
- 
- All Implemented Interfaces:
 Expression
public class OrExpression extends Object implements Expression
Constructs anExpressioncorresponding to the logical "or" between two othersExpression. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator 
 - 
 
- 
Constructor Summary
Constructors Constructor Description OrExpression(Expression... exprs)Creates the "or" Expression. 
 - 
 
- 
- 
Constructor Detail
- 
OrExpression
public OrExpression(Expression... exprs)
Creates the "or" Expression.- Parameters:
 exprs- the operands
 
 - 
 
- 
Method Detail
- 
build
public String build()
Description copied from interface:ExpressionBuild the expression.- Specified by:
 buildin interfaceExpression- Returns:
 - The XPath view of the expression.
 
 
 - 
 
 -