WebCenter Interaction API  
 

IPTSQueryRequest.setQuery Method (IPTFilter)

Use the provided IPTFilter as the search query for this request. This call replaces any previous queries set by any call to setQuery. Calling this method is equivalent to creating a PropertyFilterQuery to wrap the IPTFilter, and passing it to setQuery(IPTSQuery).

void setQuery(
   IPTFilter propertyFilter
);

Parameters

propertyFilter
tree of property constraints, possibly including a full-text search query.

See Also

IPTSQueryRequest Interface | com.plumtree.server.search Namespace | IPTSQueryRequest.setQuery Overload List