Package org.ametys.cms.repository
Class SubContentExpression
- java.lang.Object
-
- org.ametys.cms.repository.SubContentExpression
-
- All Implemented Interfaces:
Expression
public class SubContentExpression extends Object implements Expression
Constructs anExpression
for sub-content comparison
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
-
Constructor Summary
Constructors Constructor Description SubContentExpression()
Creates the expression to test the existence of sub-contents
-
-
-
Constructor Detail
-
SubContentExpression
public SubContentExpression()
Creates the expression to test the existence of sub-contents
-
-
Method Detail
-
build
public String build()
Description copied from interface:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-
-