Package org.ametys.cms.search.query
Class HistoryStepQuery
java.lang.Object
org.ametys.cms.search.query.JoinQuery
org.ametys.cms.search.query.HistoryStepQuery
- All Implemented Interfaces:
- Query
Query testing the existence of a particular step on the workflow history.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.ametys.cms.search.query.QueryQuery.LogicalOperator, Query.Operator
- 
Field SummaryFields inherited from interface org.ametys.cms.search.query.QueryBOOL_FILTER, BOOL_MUST, BOOL_MUST_NOT, BOOL_SHOULD
- 
Constructor SummaryConstructorsConstructorDescriptionHistoryStepQuery(int stepId) Create a new HistoryStepQuery.HistoryStepQuery(int stepId, LocalDateTime startAfter, LocalDateTime startBefore) Create a new HistoryStepQuery.HistoryStepQuery(int stepId, AdaptableDate startAfter, AdaptableDate startBefore) Create a new HistoryStepQuery.
- 
Method SummaryMethods inherited from class org.ametys.cms.search.query.JoinQuerybuild, buildAsJson, equals, hashCode, toString
- 
Constructor Details- 
HistoryStepQueryCreate a new HistoryStepQuery.- Parameters:
- stepId- the workflow step ID.
 
- 
HistoryStepQueryCreate a new HistoryStepQuery.- Parameters:
- stepId- the workflow step ID.
- startAfter- the beginning Date
- startBefore- the ending Date
 
- 
HistoryStepQueryCreate a new HistoryStepQuery.- Parameters:
- stepId- the workflow step ID.
- startAfter- the beginning Date
- startBefore- the ending Date
 
 
-