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 AdaptableDate |
_startAfter |
private AdaptableDate |
_startBefore |
private int |
_stepId |
Constructor and Description |
---|
HistoryStepQuery(int stepId)
Create a new HistoryStepQuery.
|
HistoryStepQuery(int stepId,
AdaptableDate startAfter,
AdaptableDate startBefore)
Create a new HistoryStepQuery.
|
HistoryStepQuery(int stepId,
LocalDateTime startAfter,
LocalDateTime 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 AdaptableDate _startBefore
private AdaptableDate _startAfter
public HistoryStepQuery(int stepId)
stepId
- the workflow step ID.public HistoryStepQuery(int stepId, LocalDateTime startAfter, LocalDateTime startBefore)
stepId
- the workflow step ID.startAfter
- the beginning DatestartBefore
- the ending Datepublic HistoryStepQuery(int stepId, AdaptableDate startAfter, AdaptableDate startBefore)
stepId
- the workflow step ID.startAfter
- the beginning DatestartBefore
- the ending Date