public class GroupPredicates
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static com.google.gerrit.index.query.Predicate<InternalGroup> |
description(java.lang.String description) |
static com.google.gerrit.index.query.Predicate<InternalGroup> |
id(AccountGroup.Id groupId) |
static com.google.gerrit.index.query.Predicate<InternalGroup> |
inname(java.lang.String name) |
static com.google.gerrit.index.query.Predicate<InternalGroup> |
isVisibleToAll() |
static com.google.gerrit.index.query.Predicate<InternalGroup> |
member(Account.Id memberId) |
static com.google.gerrit.index.query.Predicate<InternalGroup> |
name(java.lang.String name) |
static com.google.gerrit.index.query.Predicate<InternalGroup> |
owner(AccountGroup.UUID ownerUuid) |
static com.google.gerrit.index.query.Predicate<InternalGroup> |
subgroup(AccountGroup.UUID subgroupUuid) |
static com.google.gerrit.index.query.Predicate<InternalGroup> |
uuid(AccountGroup.UUID uuid) |
public static com.google.gerrit.index.query.Predicate<InternalGroup> id(AccountGroup.Id groupId)
public static com.google.gerrit.index.query.Predicate<InternalGroup> uuid(AccountGroup.UUID uuid)
public static com.google.gerrit.index.query.Predicate<InternalGroup> description(java.lang.String description)
public static com.google.gerrit.index.query.Predicate<InternalGroup> inname(java.lang.String name)
public static com.google.gerrit.index.query.Predicate<InternalGroup> name(java.lang.String name)
public static com.google.gerrit.index.query.Predicate<InternalGroup> owner(AccountGroup.UUID ownerUuid)
public static com.google.gerrit.index.query.Predicate<InternalGroup> isVisibleToAll()
public static com.google.gerrit.index.query.Predicate<InternalGroup> member(Account.Id memberId)
public static com.google.gerrit.index.query.Predicate<InternalGroup> subgroup(AccountGroup.UUID subgroupUuid)