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