public class GroupQueryBuilder extends com.google.gerrit.index.query.QueryBuilder<InternalGroup>
Modifier and Type | Class and Description |
---|---|
static class |
GroupQueryBuilder.Arguments |
com.google.gerrit.index.query.QueryBuilder.Definition<T,Q extends com.google.gerrit.index.query.QueryBuilder<T>>, com.google.gerrit.index.query.QueryBuilder.Operator, com.google.gerrit.index.query.QueryBuilder.OperatorFactory<T,Q extends com.google.gerrit.index.query.QueryBuilder<T>>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_DESCRIPTION |
static java.lang.String |
FIELD_INNAME |
static java.lang.String |
FIELD_LIMIT |
static java.lang.String |
FIELD_NAME |
static java.lang.String |
FIELD_OWNER |
static java.lang.String |
FIELD_UUID |
Modifier and Type | Method and Description |
---|---|
protected com.google.gerrit.index.query.Predicate<InternalGroup> |
defaultField(java.lang.String query) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
description(java.lang.String description) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
inname(java.lang.String namePart) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
is(java.lang.String value) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
limit(java.lang.String query) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
member(java.lang.String query) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
name(java.lang.String name) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
owner(java.lang.String owner) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
subgroup(java.lang.String query) |
com.google.gerrit.index.query.Predicate<InternalGroup> |
uuid(java.lang.String uuid) |
public static final java.lang.String FIELD_UUID
public static final java.lang.String FIELD_DESCRIPTION
public static final java.lang.String FIELD_INNAME
public static final java.lang.String FIELD_NAME
public static final java.lang.String FIELD_OWNER
public static final java.lang.String FIELD_LIMIT
public com.google.gerrit.index.query.Predicate<InternalGroup> uuid(java.lang.String uuid)
public com.google.gerrit.index.query.Predicate<InternalGroup> description(java.lang.String description) throws QueryParseException
QueryParseException
public com.google.gerrit.index.query.Predicate<InternalGroup> inname(java.lang.String namePart)
public com.google.gerrit.index.query.Predicate<InternalGroup> name(java.lang.String name)
public com.google.gerrit.index.query.Predicate<InternalGroup> owner(java.lang.String owner) throws QueryParseException
QueryParseException
public com.google.gerrit.index.query.Predicate<InternalGroup> is(java.lang.String value) throws QueryParseException
QueryParseException
protected com.google.gerrit.index.query.Predicate<InternalGroup> defaultField(java.lang.String query) throws QueryParseException
defaultField
in class com.google.gerrit.index.query.QueryBuilder<InternalGroup>
QueryParseException
public com.google.gerrit.index.query.Predicate<InternalGroup> member(java.lang.String query) throws QueryParseException, com.google.gwtorm.server.OrmException, org.eclipse.jgit.errors.ConfigInvalidException, java.io.IOException
QueryParseException
com.google.gwtorm.server.OrmException
org.eclipse.jgit.errors.ConfigInvalidException
java.io.IOException
public com.google.gerrit.index.query.Predicate<InternalGroup> subgroup(java.lang.String query) throws QueryParseException
QueryParseException
public com.google.gerrit.index.query.Predicate<InternalGroup> limit(java.lang.String query) throws QueryParseException
QueryParseException