Package org.ametys.cms.repository
Class HistoryStepExpression
java.lang.Object
org.ametys.cms.repository.HistoryStepExpression
- All Implemented Interfaces:
Expression
Constructs an
Expression testing the existence of a particular step on the workflow history.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.LogicalOperator, Expression.Operator -
Constructor Summary
ConstructorsConstructorDescriptionHistoryStepExpression(int stepId) Creates the expression.HistoryStepExpression(int stepId, Date startAfter, Date startBefore) Creates the expression. -
Method Summary
-
Constructor Details
-
HistoryStepExpression
Creates the expression.- Parameters:
stepId- the workflow step
-
HistoryStepExpression
Creates the expression.- Parameters:
stepId- the workflow stepstartAfter- the beginning DatestartBefore- the ending Date
-
-
Method Details
-
build
Description copied from interface:ExpressionBuild the expression.- Specified by:
buildin interfaceExpression- Returns:
- The XPath view of the expression.
-