Class WorkflowStepExpression

    • Constructor Detail

      • WorkflowStepExpression

        public WorkflowStepExpression​(Expression.Operator operator,
                                      int value)
        Creates the expression.
        Parameters:
        operator - the operator to make the comparison (only Operator.EQ and Operator.NE allowed)
        value - the step value
    • Method Detail

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