public class HistoryStepQuery extends Object implements Query
Query testing the existence of a particular step on the workflow history.Query.LogicalOperator, Query.Operator| Modifier and Type | Field and Description |
|---|---|
private Date |
_startAfter |
private Date |
_startBefore |
private int |
_stepId |
| Constructor and Description |
|---|
HistoryStepQuery(int stepId)
Create a new HistoryStepQuery.
|
HistoryStepQuery(int stepId,
Date startAfter,
Date startBefore)
Create a new HistoryStepQuery.
|
| Modifier and Type | Method and Description |
|---|---|
String |
build()
Build the solr query string representing the Query object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
private int _stepId
private Date _startBefore
private Date _startAfter
public HistoryStepQuery(int stepId)
stepId - the workflow step ID.public HistoryStepQuery(int stepId, Date startAfter, Date startBefore)
stepId - the workflow step ID.startAfter - the beginning DatestartBefore - the ending Date