Class AccountIsVisibleToPredicate

  • All Implemented Interfaces:
    com.google.gerrit.index.query.Matchable<AccountState>

    public class AccountIsVisibleToPredicate
    extends com.google.gerrit.index.query.IsVisibleToPredicate<AccountState>
    • Constructor Detail

      • AccountIsVisibleToPredicate

        public AccountIsVisibleToPredicate​(AccountControl accountControl)
    • Method Detail

      • match

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

        public int getCost()