Interface ChangeDataSource
- All Superinterfaces:
DataSource<ChangeData>
,HasCardinality
- All Known Implementing Classes:
AndChangeSource
,IndexedChangeQuery
,OrSource
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if all returned ChangeData.hasChange() will be true.Methods inherited from interface com.google.gerrit.index.query.DataSource
read, readRaw
Methods 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.
-