Class CanSeeChangePredicate
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.PostFilterPredicate<AccountState>
-
- com.google.gerrit.server.query.account.CanSeeChangePredicate
-
- All Implemented Interfaces:
com.google.gerrit.index.query.Matchable<AccountState>
public class CanSeeChangePredicate extends com.google.gerrit.index.query.PostFilterPredicate<AccountState>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gerrit.index.query.Predicate<AccountState>
copy(Collection<? extends com.google.gerrit.index.query.Predicate<AccountState>> children)
boolean
equals(Object other)
int
getCost()
int
hashCode()
boolean
match(AccountState accountState)
-
-
-
Method Detail
-
match
public boolean match(AccountState accountState) throws com.google.gwtorm.server.OrmException
- Throws:
com.google.gwtorm.server.OrmException
-
getCost
public int getCost()
-
copy
public com.google.gerrit.index.query.Predicate<AccountState> copy(Collection<? extends com.google.gerrit.index.query.Predicate<AccountState>> children)
- Specified by:
copy
in classcom.google.gerrit.index.query.Predicate<AccountState>
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classcom.google.gerrit.index.query.Predicate<AccountState>
-
equals
public boolean equals(Object other)
- Specified by:
equals
in classcom.google.gerrit.index.query.Predicate<AccountState>
-
-