ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.filter / DateLessThanEquals

DateLessThanEquals

class DateLessThanEquals : FilterCondition

Filter based on a mapping a date string to timestamp and then performing LTE on the value provided. If the value is not existing, won’t return the document

Constructors

Name Summary
<init> Filter based on a mapping a date string to timestamp and then performing LTE on the value provided. If the value is not existing, won’t return the documentDateLessThanEquals(objectKey: String, mongoDateFormat: String, value: Long)

Properties

Name Summary
mongoDateFormat val mongoDateFormat: String
objectKey val objectKey: String
value val value: Long

Functions

Name Summary
equals fun equals(other: Any?): Boolean
hashCode fun hashCode(): Int