Class GroupQueryProcessor
- java.lang.Object
- 
- com.google.gerrit.index.query.QueryProcessor<InternalGroup>
- 
- com.google.gerrit.server.query.group.GroupQueryProcessor
 
 
- 
 public class GroupQueryProcessor extends QueryProcessor<InternalGroup> Query processor for the group index.Instances are one-time-use. Other singleton classes should inject a Provider rather than holding on to a single instance. 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.google.gerrit.index.query.QueryProcessorQueryProcessor.Metrics
 
- 
 - 
Field Summary- 
Fields inherited from class com.google.gerrit.index.query.QueryProcessorstart
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedGroupQueryProcessor(com.google.inject.Provider<CurrentUser> userProvider, AccountLimits.Factory limitsFactory, com.google.gerrit.metrics.MetricMaker metricMaker, IndexConfig indexConfig, GroupIndexCollection indexes, GroupIndexRewriter rewriter, GroupControl.GenericFactory groupControlFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Predicate<InternalGroup>enforceVisibility(Predicate<InternalGroup> pred)Invoked after the query was rewritten.protected StringformatForLogging(InternalGroup internalGroup)- 
Methods inherited from class com.google.gerrit.index.query.QueryProcessorcreateOptions, enforceVisibility, isDisabled, query, query, setNoLimit, setRequestedFields, setStart, setUserProvidedLimit
 
- 
 
- 
- 
- 
Constructor Detail- 
GroupQueryProcessor@Inject protected GroupQueryProcessor(com.google.inject.Provider<CurrentUser> userProvider, AccountLimits.Factory limitsFactory, com.google.gerrit.metrics.MetricMaker metricMaker, IndexConfig indexConfig, GroupIndexCollection indexes, GroupIndexRewriter rewriter, GroupControl.GenericFactory groupControlFactory) 
 
- 
 - 
Method Detail- 
enforceVisibilityprotected Predicate<InternalGroup> enforceVisibility(Predicate<InternalGroup> pred) Description copied from class:QueryProcessorInvoked after the query was rewritten. Subclasses must overwrite this method to filter out results that are not visible to the calling user.- Specified by:
- enforceVisibilityin class- QueryProcessor<InternalGroup>
- Parameters:
- pred- the query
- Returns:
- the modified query
 
 - 
formatForLoggingprotected String formatForLogging(InternalGroup internalGroup) - Specified by:
- formatForLoggingin class- QueryProcessor<InternalGroup>
 
 
- 
 
-