Class CurrentStepExpression

java.lang.Object
org.ametys.cms.repository.CurrentStepExpression
All Implemented Interfaces:
Expression

public class CurrentStepExpression extends Object implements Expression
Constructs an Expression testing the current workflow step.
  • Constructor Details

    • CurrentStepExpression

      public CurrentStepExpression(int stepId)
      Creates the expression.
      Parameters:
      stepId - the workflow step
    • CurrentStepExpression

      public CurrentStepExpression(int stepId, Date startAfter, Date startBefore)
      Creates the expression.
      Parameters:
      stepId - the workflow step
      startAfter - the beginning Date
      startBefore - the ending Date
  • Method Details

    • build

      public String build()
      Description copied from interface: Expression
      Build the expression.
      Specified by:
      build in interface Expression
      Returns:
      The XPath view of the expression.