Class HistoryStepExpression

    • Constructor Detail

      • HistoryStepExpression

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

        public HistoryStepExpression​(int stepId,
                                     Date startAfter,
                                     Date startBefore)
        Creates the expression.
        Parameters:
        stepId - the workflow step
        startAfter - the beginning Date
        startBefore - the ending Date
    • 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.