public class IsReviewedPredicate extends ChangeIndexPredicate
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
id |
protected static Account.Id |
NOT_REVIEWED |
Modifier and Type | Method and Description |
---|---|
static com.google.gerrit.index.query.Predicate<ChangeData> |
create() |
static com.google.gerrit.index.query.Predicate<ChangeData> |
create(java.util.Collection<Account.Id> ids) |
int |
getCost() |
boolean |
match(ChangeData cd) |
copy, equals, getOperator, getValue, hashCode, toString
protected static final Account.Id NOT_REVIEWED
protected final Account.Id id
public static com.google.gerrit.index.query.Predicate<ChangeData> create()
public static com.google.gerrit.index.query.Predicate<ChangeData> create(java.util.Collection<Account.Id> ids)
public boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public int getCost()