Class ReviewerinPredicate
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.OperatorPredicate<ChangeData>
-
- com.google.gerrit.server.query.change.ChangeOperatorPredicate
-
- com.google.gerrit.server.query.change.ReviewerinPredicate
-
- All Implemented Interfaces:
com.google.gerrit.index.query.Matchable<ChangeData>
public class ReviewerinPredicate extends ChangeOperatorPredicate
-
-
Field Summary
Fields Modifier and Type Field Description protected IdentifiedUser.GenericFactory
userFactory
protected AccountGroup.UUID
uuid
-
Constructor Summary
Constructors Constructor Description ReviewerinPredicate(IdentifiedUser.GenericFactory userFactory, AccountGroup.UUID uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AccountGroup.UUID
getAccountGroupUUID()
int
getCost()
boolean
match(ChangeData object)
-
Methods inherited from class com.google.gerrit.index.query.OperatorPredicate
copy, equals, getOperator, getValue, hashCode, toString
-
-
-
-
Field Detail
-
userFactory
protected final IdentifiedUser.GenericFactory userFactory
-
uuid
protected final AccountGroup.UUID uuid
-
-
Constructor Detail
-
ReviewerinPredicate
public ReviewerinPredicate(IdentifiedUser.GenericFactory userFactory, AccountGroup.UUID uuid)
-
-
Method Detail
-
getAccountGroupUUID
protected AccountGroup.UUID getAccountGroupUUID()
-
match
public boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException
- Throws:
com.google.gwtorm.server.OrmException
-
getCost
public int getCost()
-
-