public class OrSource extends com.google.gerrit.index.query.OrPredicate<ChangeData> implements ChangeDataSource
Constructor and Description |
---|
OrSource(java.util.Collection<? extends com.google.gerrit.index.query.Predicate<ChangeData>> that) |
Modifier and Type | Method and Description |
---|---|
int |
getCardinality() |
boolean |
hasChange() |
com.google.gwtorm.server.ResultSet<ChangeData> |
read() |
copy, equals, getChild, getChildCount, getChildren, getCost, hashCode, isMatchable, match, toString
public OrSource(java.util.Collection<? extends com.google.gerrit.index.query.Predicate<ChangeData>> that)
public com.google.gwtorm.server.ResultSet<ChangeData> read() throws com.google.gwtorm.server.OrmException
read
in interface com.google.gerrit.index.query.DataSource<ChangeData>
com.google.gwtorm.server.OrmException
public boolean hasChange()
hasChange
in interface ChangeDataSource
public int getCardinality()
getCardinality
in interface com.google.gerrit.index.query.DataSource<ChangeData>