public class CurrentStepExpression extends Object implements Expression
Expression
testing the current workflow step.Expression.Operator
Modifier and Type | Field and Description |
---|---|
private Date |
_startAfter |
private Date |
_startBefore |
private int |
_step |
Constructor and Description |
---|
CurrentStepExpression(int stepId)
Creates the expression.
|
CurrentStepExpression(int stepId,
Date startAfter,
Date startBefore)
Creates the expression.
|
private int _step
private Date _startBefore
private Date _startAfter
public CurrentStepExpression(int stepId)
stepId
- the workflow steppublic CurrentStepExpression(int stepId, Date startAfter, Date startBefore)
stepId
- the workflow stepstartAfter
- the beginning DatestartBefore
- the ending Datepublic String build()
Expression
build
in interface Expression