public class BeforePredicate extends TimestampRangeChangePredicate
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
cut |
Constructor and Description |
---|
BeforePredicate(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getMaxTimestamp() |
java.util.Date |
getMinTimestamp() |
boolean |
match(ChangeData cd) |
getCost
copy, equals, getOperator, getValue, hashCode, toString
public BeforePredicate(java.lang.String value) throws QueryParseException
QueryParseException
public java.util.Date getMinTimestamp()
getMinTimestamp
in class com.google.gerrit.index.query.TimestampRangePredicate<ChangeData>
public java.util.Date getMaxTimestamp()
getMaxTimestamp
in class com.google.gerrit.index.query.TimestampRangePredicate<ChangeData>
public boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException