Interface ChangeDataSource
- All Superinterfaces:
DataSource<ChangeData>,HasCardinality
- All Known Implementing Classes:
AndChangeSource,IndexedChangeQuery,OrSource
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if all returned ChangeData.hasChange() will be true.Methods inherited from interface com.google.gerrit.index.query.DataSource
read, readRawMethods inherited from interface com.google.gerrit.index.query.HasCardinality
getCardinality
-
Method Details
-
hasChange
boolean hasChange()Returns true if all returned ChangeData.hasChange() will be true.
-