Class CollectionExpression
- java.lang.Object
-
- org.ametys.plugins.contentio.synchronize.expression.CollectionExpression
-
- All Implemented Interfaces:
Expression
public class CollectionExpression extends Object implements Expression
Constructs anExpression
testing the collection
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
-
Constructor Summary
Constructors Constructor Description CollectionExpression(String value)
Creates a Collection expression
-
-
-
Constructor Detail
-
CollectionExpression
public CollectionExpression(String value)
Creates a Collection expression- Parameters:
value
- The value of the id of theSynchronizableContentsCollection
-
-
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.
-
-