ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.filter / DateGreaterThanEquals

DateGreaterThanEquals

class DateGreaterThanEquals : FilterCondition

Filter based on a mapping a date string to timestamp and then performing GTE on the value provided.

Constructors

Name Summary
<init> Filter based on a mapping a date string to timestamp and then performing GTE on the value provided.DateGreaterThanEquals(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