Class IsUnresolvedPredicate
- java.lang.Object
- 
- com.google.gerrit.index.query.Predicate<T>
- 
- com.google.gerrit.index.query.OperatorPredicate<I>
- 
- com.google.gerrit.index.query.IndexPredicate<T>
- 
- com.google.gerrit.index.query.IntegerRangePredicate<ChangeData>
- 
- com.google.gerrit.server.query.change.IntegerRangeChangePredicate
- 
- com.google.gerrit.server.query.change.IsUnresolvedPredicate
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.gerrit.index.query.Matchable<ChangeData>
 
 public class IsUnresolvedPredicate extends IntegerRangeChangePredicate 
- 
- 
Constructor SummaryConstructors Constructor Description IsUnresolvedPredicate()IsUnresolvedPredicate(String value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IntegergetValueInt(ChangeData changeData)- 
Methods inherited from class com.google.gerrit.server.query.change.IntegerRangeChangePredicategetCost
 - 
Methods inherited from class com.google.gerrit.index.query.IntegerRangePredicategetMaximumValue, getMinimumValue, match
 - 
Methods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, equals, getOperator, getValue, hashCode, toString
 - 
Methods inherited from class com.google.gerrit.index.query.Predicateand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or
 
- 
 
- 
- 
- 
Constructor Detail- 
IsUnresolvedPredicatepublic IsUnresolvedPredicate() throws QueryParseException- Throws:
- QueryParseException
 
 - 
IsUnresolvedPredicatepublic IsUnresolvedPredicate(String value) throws QueryParseException - Throws:
- QueryParseException
 
 
- 
 - 
Method Detail- 
getValueIntprotected Integer getValueInt(ChangeData changeData) throws com.google.gwtorm.server.OrmException - Specified by:
- getValueIntin class- com.google.gerrit.index.query.IntegerRangePredicate<ChangeData>
- Throws:
- com.google.gwtorm.server.OrmException
 
 
- 
 
-