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