public class CommitterPredicate extends IndexPredicate<ChangeData>
| Modifier and Type | Method and Description |
|---|---|
int |
getCost() |
boolean |
match(ChangeData object)
Does this predicate match this object?
|
getField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, getChild, getChildCount, getChildren, not, or, orpublic boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException
Predicatematch in class Predicate<ChangeData>com.google.gwtorm.server.OrmExceptionpublic int getCost()
getCost in class Predicate<ChangeData>