public class OwnerinPredicate extends PostFilterPredicate<ChangeData>
Modifier and Type | Field and Description |
---|---|
protected IdentifiedUser.GenericFactory |
userFactory |
protected AccountGroup.UUID |
uuid |
name, value
Constructor and Description |
---|
OwnerinPredicate(IdentifiedUser.GenericFactory userFactory,
AccountGroup.UUID uuid) |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
boolean |
match(ChangeData object)
Does this predicate match this object?
|
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
protected final IdentifiedUser.GenericFactory userFactory
protected final AccountGroup.UUID uuid
public OwnerinPredicate(IdentifiedUser.GenericFactory userFactory, AccountGroup.UUID uuid)
public boolean match(ChangeData object)
Matchable
public int getCost()