public class IsReviewedPredicate extends ChangeIndexPredicate
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
id |
protected static Account.Id |
NOT_REVIEWED |
name, value
Modifier and Type | Method and Description |
---|---|
static Predicate<ChangeData> |
create() |
static Predicate<ChangeData> |
create(java.util.Collection<Account.Id> ids) |
int |
getCost() |
boolean |
match(ChangeData cd)
Does this predicate match this object?
|
getField, getType
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
protected static final Account.Id NOT_REVIEWED
protected final Account.Id id
public static Predicate<ChangeData> create()
public static Predicate<ChangeData> create(java.util.Collection<Account.Id> ids)
public boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException
Matchable
com.google.gwtorm.server.OrmException
public int getCost()