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 Summary
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
Field Summary
Fields inherited from interface org.ametys.cms.search.query.Query
BOOL_FILTER, BOOL_MUST, BOOL_MUST_NOT, BOOL_SHOULD
-
Constructor Summary
ConstructorDescriptionHistoryStepQuery
(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 Summary
Methods inherited from class org.ametys.cms.search.query.JoinQuery
build, buildAsJson, equals, hashCode, toString
-
Constructor Details
-
HistoryStepQuery
Create a new HistoryStepQuery.- Parameters:
stepId
- the workflow step ID.
-
HistoryStepQuery
Create a new HistoryStepQuery.- Parameters:
stepId
- the workflow step ID.startAfter
- the beginning DatestartBefore
- the ending Date
-
HistoryStepQuery
Create a new HistoryStepQuery.- Parameters:
stepId
- the workflow step ID.startAfter
- the beginning DatestartBefore
- the ending Date
-