Web-based responsive document annotation tool
activeannoservice / project.filter / 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
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 ) |
Name | Summary |
---|---|
mongoDateFormat | val mongoDateFormat: String |
objectKey | val objectKey: String |
value | val value: Long |
Name | Summary |
---|---|
equals | fun equals(other: Any ?): Boolean |
hashCode | fun hashCode(): Int |