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, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, orprotected 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
Matchablecom.google.gwtorm.server.OrmExceptionpublic int getCost()