Class FormEntryCurrentStepExpression

java.lang.Object
org.ametys.plugins.forms.workflow.FormEntryCurrentStepExpression
All Implemented Interfaces:
Expression

public class FormEntryCurrentStepExpression extends Object implements Expression
Constructs an Expression testing the current workflow step of a form entry.
  • Constructor Details

  • 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.