public class ParentProjectPredicate extends com.google.gerrit.index.query.OrPredicate<ChangeData>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
value |
Constructor and Description |
---|
ParentProjectPredicate(ProjectCache projectCache,
com.google.inject.Provider<ListChildProjects> listChildProjects,
com.google.inject.Provider<CurrentUser> self,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<com.google.gerrit.index.query.Predicate<ChangeData>> |
predicates(ProjectCache projectCache,
com.google.inject.Provider<ListChildProjects> listChildProjects,
com.google.inject.Provider<CurrentUser> self,
java.lang.String value) |
java.lang.String |
toString() |
copy, equals, getChild, getChildCount, getChildren, getCost, hashCode, isMatchable, match
public ParentProjectPredicate(ProjectCache projectCache, com.google.inject.Provider<ListChildProjects> listChildProjects, com.google.inject.Provider<CurrentUser> self, java.lang.String value)
protected static java.util.List<com.google.gerrit.index.query.Predicate<ChangeData>> predicates(ProjectCache projectCache, com.google.inject.Provider<ListChildProjects> listChildProjects, com.google.inject.Provider<CurrentUser> self, java.lang.String value)
public java.lang.String toString()
toString
in class com.google.gerrit.index.query.OrPredicate<ChangeData>