public class AccountPredicates
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static com.google.gerrit.index.query.Predicate<AccountState> |
andActive(com.google.gerrit.index.query.Predicate<AccountState> p) |
static com.google.gerrit.index.query.Predicate<AccountState> |
cansee(AccountQueryBuilder.Arguments args,
ChangeNotes changeNotes) |
static com.google.gerrit.index.query.Predicate<AccountState> |
defaultPredicate(java.lang.String query) |
static com.google.gerrit.index.query.Predicate<AccountState> |
email(java.lang.String email) |
static com.google.gerrit.index.query.Predicate<AccountState> |
equalsName(java.lang.String name) |
static com.google.gerrit.index.query.Predicate<AccountState> |
externalId(java.lang.String externalId) |
static com.google.gerrit.index.query.Predicate<AccountState> |
fullName(java.lang.String fullName) |
static boolean |
hasActive(com.google.gerrit.index.query.Predicate<AccountState> p) |
static com.google.gerrit.index.query.Predicate<AccountState> |
id(Account.Id accountId) |
static com.google.gerrit.index.query.Predicate<AccountState> |
isActive() |
static com.google.gerrit.index.query.Predicate<AccountState> |
isNotActive() |
static com.google.gerrit.index.query.Predicate<AccountState> |
preferredEmail(java.lang.String email) |
static com.google.gerrit.index.query.Predicate<AccountState> |
preferredEmailExact(java.lang.String email) |
static com.google.gerrit.index.query.Predicate<AccountState> |
username(java.lang.String username) |
static com.google.gerrit.index.query.Predicate<AccountState> |
watchedProject(Project.NameKey project) |
public static boolean hasActive(com.google.gerrit.index.query.Predicate<AccountState> p)
public static com.google.gerrit.index.query.Predicate<AccountState> andActive(com.google.gerrit.index.query.Predicate<AccountState> p)
public static com.google.gerrit.index.query.Predicate<AccountState> defaultPredicate(java.lang.String query)
public static com.google.gerrit.index.query.Predicate<AccountState> id(Account.Id accountId)
public static com.google.gerrit.index.query.Predicate<AccountState> email(java.lang.String email)
public static com.google.gerrit.index.query.Predicate<AccountState> preferredEmail(java.lang.String email)
public static com.google.gerrit.index.query.Predicate<AccountState> preferredEmailExact(java.lang.String email)
public static com.google.gerrit.index.query.Predicate<AccountState> equalsName(java.lang.String name)
public static com.google.gerrit.index.query.Predicate<AccountState> externalId(java.lang.String externalId)
public static com.google.gerrit.index.query.Predicate<AccountState> fullName(java.lang.String fullName)
public static com.google.gerrit.index.query.Predicate<AccountState> isActive()
public static com.google.gerrit.index.query.Predicate<AccountState> isNotActive()
public static com.google.gerrit.index.query.Predicate<AccountState> username(java.lang.String username)
public static com.google.gerrit.index.query.Predicate<AccountState> watchedProject(Project.NameKey project)
public static com.google.gerrit.index.query.Predicate<AccountState> cansee(AccountQueryBuilder.Arguments args, ChangeNotes changeNotes)