Class CollectionExpression
- java.lang.Object
 - 
- org.ametys.plugins.contentio.synchronize.expression.CollectionExpression
 
 
- 
- All Implemented Interfaces:
 Expression
public class CollectionExpression extends Object implements Expression
Constructs anExpressiontesting 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:ExpressionBuild the expression.- Specified by:
 buildin interfaceExpression- Returns:
 - The XPath view of the expression.
 
 
 - 
 
 -