Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISearchRequest.SetQuery Method (IFilterClause)

Set the query associated with this request.

void SetQuery(
   IFilterClause filterClause
);

Parameters

filterClause
The Filter Clause created from ISearchFactory.

Remarks

Some services may not be able to handle a complex filter clause, others will throw an exception if the clause is too complex. Note: This overrides any query previously set by a call to any version of SetQuery().

Exceptions

Exception Type Condition
InvalidOperationException Used in conjunction with particular attributes in subinterfaces.

See Also

ISearchRequest Interface | Plumtree.Remote.PRC.Search Namespace | ISearchRequest.SetQuery Overload List