Package org.ametys.cms.search.query
Class FirstValidationDateQuery
java.lang.Object
org.ametys.cms.search.query.AbstractOperatorQuery<AdaptableDate>
org.ametys.cms.search.query.AbstractDateOperatorQuery
org.ametys.cms.search.query.FirstValidationDateQuery
Represents a
Query
testing the first validation date of a content.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
Field Summary
Fields inherited from class org.ametys.cms.search.query.AbstractDateOperatorQuery
DATE_FORMATTER
Fields inherited from interface org.ametys.cms.search.query.Query
BOOL_FILTER, BOOL_MUST, BOOL_MUST_NOT, BOOL_SHOULD
-
Constructor Summary
ConstructorDescriptionBuild a FirstValidationDateQuery.FirstValidationDateQuery
(Query.Operator op, LocalDate value) Build a FirstValidationDateQuery.FirstValidationDateQuery
(Query.Operator op, AdaptableDate value) Build a FirstValidationDateQuery.Build a FirstValidationDateQuery. -
Method Summary
Methods inherited from class org.ametys.cms.search.query.AbstractDateOperatorQuery
appendDateValue, build
Methods inherited from class org.ametys.cms.search.query.AbstractOperatorQuery
equals, getFieldName, getOperator, getValue, hashCode, rewrite, valueForQuery
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.cms.search.query.Query
buildAsJson, toString
-
Constructor Details
-
FirstValidationDateQuery
Build a FirstValidationDateQuery.- Parameters:
value
- the value.
-
FirstValidationDateQuery
Build a FirstValidationDateQuery.- Parameters:
value
- the value.
-
FirstValidationDateQuery
Build a FirstValidationDateQuery.- Parameters:
op
- the operator.value
- the value.
-
FirstValidationDateQuery
Build a FirstValidationDateQuery.- Parameters:
op
- the operator.value
- the value.
-