|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.remote.prc.QueryFilter
com.plumtree.remote.prc.StringQueryFilter
Query filter for filtering on string properties.
Constructor Summary | |
StringQueryFilter(ObjectProperty prop,
Operator op,
java.lang.String operand)
Creates a query filter to filter based on the relation with the specified property. |
Methods inherited from class com.plumtree.remote.prc.QueryFilter |
equals, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringQueryFilter(ObjectProperty prop, Operator op, java.lang.String operand)
Operator.Equals
Operator.NotEquals
Operator.In
Operator.DoesNotContain
prop
- the property on which to filterop
- the relationoperand
- the operand to use to relate with the specified property
InvalidQueryFilterException
- if an invalid Operator
is specifiedOperator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©2008 Oracle® Corporation. All Rights Reserved.