public class AfterPredicate extends TimestampRangeChangePredicate
Constructor and Description |
---|
AfterPredicate(String value) |
Modifier and Type | Method and Description |
---|---|
Date |
getMaxTimestamp() |
Date |
getMinTimestamp() |
boolean |
match(ChangeData cd) |
getCost
copy, equals, getOperator, getValue, hashCode, toString
protected final Date cut
public AfterPredicate(String value) throws QueryParseException
QueryParseException
public Date getMinTimestamp()
getMinTimestamp
in class com.google.gerrit.index.query.TimestampRangePredicate<ChangeData>
public 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