Class ChangePredicates.IndexEditByPredicateProvider
java.lang.Object
com.google.gerrit.server.query.change.ChangePredicates.IndexEditByPredicateProvider
- All Implemented Interfaces:
ChangePredicates.EditByPredicateProvider
- Enclosing class:
- ChangePredicates
public static class ChangePredicates.IndexEditByPredicateProvider
extends Object
implements ChangePredicates.EditByPredicateProvider
A default implementation of
ChangePredicates.EditByPredicateProvider
, based on th ChangeField.EDITBY_SPEC
index field.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneditBy
(Account.Id id) Returns a predicate that matches changes where the providedAccount.Id
has a pending change edit.
-
Constructor Details
-
IndexEditByPredicateProvider
public IndexEditByPredicateProvider()
-
-
Method Details
-
editBy
Description copied from interface:ChangePredicates.EditByPredicateProvider
Returns a predicate that matches changes where the providedAccount.Id
has a pending change edit.- Specified by:
editBy
in interfaceChangePredicates.EditByPredicateProvider
-