Class GlobalContentConsistencyGenerator.ConsistencyExpression
- java.lang.Object
 - 
- org.ametys.cms.content.consistency.GlobalContentConsistencyGenerator.ConsistencyExpression
 
 
- 
- All Implemented Interfaces:
 Expression
- Enclosing class:
 - GlobalContentConsistencyGenerator
 
public class GlobalContentConsistencyGenerator.ConsistencyExpression extends Object implements Expression
Expression which tests if contents have consistency informations. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ConsistencyExpression() 
 - 
 
- 
- 
Constructor Detail
- 
ConsistencyExpression
public ConsistencyExpression()
 
 - 
 
- 
Method Detail
- 
build
public String build()
Description copied from interface:ExpressionBuild the expression.- Specified by:
 buildin interfaceExpression- Returns:
 - The XPath view of the expression.
 
 
 - 
 
 -