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