Interface ChangeDataSource

All Superinterfaces:
DataSource<ChangeData>, HasCardinality
All Known Implementing Classes:
AndChangeSource, IndexedChangeQuery, OrSource

public interface ChangeDataSource extends DataSource<ChangeData>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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.