com.plumtree.remote.prc
Class IntQueryFilter

java.lang.Object
  extended bycom.plumtree.remote.prc.QueryFilter
      extended bycom.plumtree.remote.prc.IntQueryFilter

public class IntQueryFilter
extends QueryFilter

Query filter for filtering on integer properties.


Constructor Summary
IntQueryFilter(ObjectProperty prop, Operator op, int 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

IntQueryFilter

public IntQueryFilter(ObjectProperty prop,
                      Operator op,
                      int operand)
Creates a query filter to filter based on the relation with the specified property. Allowed Operators are:
Operator.Equals
Operator.NotEquals
Operator.GreaterThan
Operator.GreaterThanOrEquals
Operator.LessThan
Operator.LessThanOrEquals

Parameters:
prop - the property on which to filter
op - the relation
operand - the operand to use to relate with the specified property
Throws:
InvalidQueryFilterException - if an invalid Operator is specified
See Also:
Operator


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.