Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IFilterClause.AddStatement Method (Field, Operator, Single)

Adds a float constraint to this clause.

void AddStatement(
   Field field,
   Operator op,
   float value
);

Parameters

field
The Field to search. The field must return float values. Note that properties stored in the portal as doubles are returned as floats by the search server. Adding a field of the wrong type may cause an exception on the search server.
op
The constraint operator, for example Operator.Equals or Operator.GreaterThan.
value
The float value to evaluate.

Remarks

The field must be searchable.

Exceptions

Exception Type Condition
ArgumentException The field is not searchable.

See Also

IFilterClause Interface | Plumtree.Remote.PRC.Search Namespace | IFilterClause.AddStatement Overload List