Class NotExpression
java.lang.Object
org.ametys.plugins.repository.query.expression.NotExpression
- All Implemented Interfaces:
Expression
Constructs an
Expression corresponding to the logical "not" of another Expression.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.LogicalOperator, Expression.Operator -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotExpression
Creates the "not" Expression.- Parameters:
expr- the operand
-
-
Method Details
-
build
Description copied from interface:ExpressionBuild the expression.- Specified by:
buildin interfaceExpression- Returns:
- The XPath view of the expression.
-