Package org.ametys.cms.search.query
Class LastValidationDateQuery
java.lang.Object
org.ametys.cms.search.query.AbstractOperatorQuery<AdaptableDate>
org.ametys.cms.search.query.AbstractDateOperatorQuery
org.ametys.cms.search.query.LastValidationDateQuery
Represents a
Query
testing the last 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
ConstructorDescriptionLastValidationDateQuery
(LocalDate value) Build a LastValidationDateQuery.LastValidationDateQuery
(Query.Operator op, LocalDate value) Build a LastValidationDateQuery.LastValidationDateQuery
(Query.Operator op, AdaptableDate value) Build a LastValidationDateQuery.Build a LastValidationDateQuery. -
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
-
LastValidationDateQuery
Build a LastValidationDateQuery.- Parameters:
value
- the value.
-
LastValidationDateQuery
Build a LastValidationDateQuery.- Parameters:
value
- the value.
-
LastValidationDateQuery
Build a LastValidationDateQuery.- Parameters:
op
- the operator.value
- the value.
-
LastValidationDateQuery
Build a LastValidationDateQuery.- Parameters:
op
- the operator.value
- the value.
-