protected static class LabelPredicate.Args
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Account.Id> |
accounts |
protected com.google.inject.Provider<ReviewDb> |
dbProvider |
protected AccountGroup.UUID |
group |
protected PermissionBackend |
permissionBackend |
protected ProjectCache |
projectCache |
protected IdentifiedUser.GenericFactory |
userFactory |
protected java.lang.String |
value |
Modifier | Constructor and Description |
---|---|
protected |
Args(ProjectCache projectCache,
PermissionBackend permissionBackend,
IdentifiedUser.GenericFactory userFactory,
com.google.inject.Provider<ReviewDb> dbProvider,
java.lang.String value,
java.util.Set<Account.Id> accounts,
AccountGroup.UUID group) |
protected final ProjectCache projectCache
protected final PermissionBackend permissionBackend
protected final IdentifiedUser.GenericFactory userFactory
protected final com.google.inject.Provider<ReviewDb> dbProvider
protected final java.lang.String value
protected final java.util.Set<Account.Id> accounts
protected final AccountGroup.UUID group
protected Args(ProjectCache projectCache, PermissionBackend permissionBackend, IdentifiedUser.GenericFactory userFactory, com.google.inject.Provider<ReviewDb> dbProvider, java.lang.String value, java.util.Set<Account.Id> accounts, AccountGroup.UUID group)