Class ContentConsistencyManager.ConsistencyExpression
java.lang.Object
org.ametys.cms.content.consistency.ContentConsistencyManager.ConsistencyExpression
- All Implemented Interfaces:
Expression
- Enclosing class:
- ContentConsistencyManager
public static class ContentConsistencyManager.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
-
Method Summary
-
Constructor Details
-
ConsistencyExpression
public ConsistencyExpression()
-
-
Method Details
-
build
Description copied from interface:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-