public class SubmitRecordPredicate extends ChangeIndexPredicate
Modifier and Type | Method and Description |
---|---|
static com.google.gerrit.index.query.Predicate<ChangeData> |
create(java.lang.String label,
SubmitRecord.Label.Status status,
java.util.Set<Account.Id> accounts) |
int |
getCost() |
boolean |
match(ChangeData in) |
copy, equals, getOperator, getValue, hashCode, toString
public static com.google.gerrit.index.query.Predicate<ChangeData> create(java.lang.String label, SubmitRecord.Label.Status status, java.util.Set<Account.Id> accounts)
public boolean match(ChangeData in) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public int getCost()