Class IsReviewedPredicate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Account.Id id  
      protected static Account.Id NOT_REVIEWED  
      • Fields inherited from class com.google.gerrit.index.query.OperatorPredicate

        name, value
    • Method Detail

      • create

        public static com.google.gerrit.index.query.Predicate<ChangeData> create()
      • match

        public boolean match​(ChangeData cd)
                      throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • getCost

        public int getCost()