Class GroupPredicates
java.lang.Object
com.google.gerrit.server.query.group.GroupPredicates
Utility class to create predicates for group index queries.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Predicate
<InternalGroup> description
(String description) static Predicate
<InternalGroup> id
(AccountGroup.Id groupId) static Predicate
<InternalGroup> static Predicate
<InternalGroup> static Predicate
<InternalGroup> member
(Account.Id memberId) static Predicate
<InternalGroup> static Predicate
<InternalGroup> owner
(AccountGroup.UUID ownerUuid) static Predicate
<InternalGroup> subgroup
(AccountGroup.UUID subgroupUuid) static Predicate
<InternalGroup> uuid
(AccountGroup.UUID uuid)
-
Method Details
-
id
-
uuid
-
description
-
inname
-
name
-
owner
-
isVisibleToAll
-
member
-
subgroup
-