Package org.ametys.cms.search.query
Class DublinCoreDateQuery
java.lang.Object
org.ametys.cms.search.query.AbstractOperatorQuery<AdaptableDate>
org.ametys.cms.search.query.AbstractDateOperatorQuery
org.ametys.cms.search.query.DublinCoreDateQuery
Query on the Dublin Core date attributes.
-
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_FORMATTERFields inherited from interface org.ametys.cms.search.query.Query
BOOL_FILTER, BOOL_MUST, BOOL_MUST_NOT, BOOL_SHOULD -
Constructor Summary
ConstructorsConstructorDescriptionDublinCoreDateQuery(LocalDate value) Create a query on the Dublin Core date attributes with EQ operator.DublinCoreDateQuery(LocalDate value, Query.Operator operator) Create a query on the Dublin Core date attributes.DublinCoreDateQuery(AdaptableDate value) Create a query on the Dublin Core date attributes with EQ operator.DublinCoreDateQuery(AdaptableDate value, Query.Operator operator) Create a query on the Dublin Core date attributes. -
Method Summary
Methods inherited from class org.ametys.cms.search.query.AbstractDateOperatorQuery
appendDateValue, buildMethods inherited from class org.ametys.cms.search.query.AbstractOperatorQuery
equals, getFieldName, getOperator, getValue, hashCode, rewrite, valueForQueryMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.cms.search.query.Query
buildAsJson, toString
-
Constructor Details
-
DublinCoreDateQuery
Create a query on the Dublin Core date attributes with EQ operator.- Parameters:
value- The value to test.
-
DublinCoreDateQuery
Create a query on the Dublin Core date attributes with EQ operator.- Parameters:
value- The value to test.
-
DublinCoreDateQuery
Create a query on the Dublin Core date attributes.- Parameters:
value- The value to test.operator- The binary operator to use, can be one of EQ, NE, GT, GE, LT and LE.
-
DublinCoreDateQuery
Create a query on the Dublin Core date attributes.- Parameters:
value- The value to test.operator- The binary operator to use, can be one of EQ, NE, GT, GE, LT and LE.
-