Class ReviewerinPredicate
java.lang.Object
com.google.gerrit.index.query.Predicate<ChangeData>
com.google.gerrit.index.query.OperatorPredicate<ChangeData>
com.google.gerrit.index.query.PostFilterPredicate<ChangeData>
com.google.gerrit.server.query.change.ReviewerinPredicate
- All Implemented Interfaces:
Matchable<ChangeData>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gerrit.index.query.Predicate
Predicate.Any<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final IdentifiedUser.GenericFactoryprotected final AccountGroup.UUIDFields inherited from class com.google.gerrit.index.query.OperatorPredicate
name, value -
Constructor Summary
ConstructorsConstructorDescriptionReviewerinPredicate(IdentifiedUser.GenericFactory userFactory, AccountGroup.UUID uuid) -
Method Summary
Modifier and TypeMethodDescriptionprotected AccountGroup.UUIDintgetCost()Returns a cost estimate to run this predicate, higher figures cost more.booleanmatch(ChangeData object) Does this predicate match this object?Methods inherited from class com.google.gerrit.index.query.OperatorPredicate
copy, equals, getOperator, getValue, hashCode, toStringMethods inherited from class com.google.gerrit.index.query.Predicate
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getFlattenedPredicateList, getLeafCount, getPredicateString, isLeaf, isMatchable, not, or, or, supportedForQueries
-
Field Details
-
userFactory
-
uuid
-
-
Constructor Details
-
ReviewerinPredicate
-
-
Method Details