Aqualogic Interaction API  
 

IPTSQueryRequest.execute Method 

Runs the search and returns results in an IPTSQueryResponse object. This call does not return until the request has finished or timed out.

See the documentation for the individual exception types for more information about each possible error condition.

If the request times out, a partial result set may be returned. Call IPTSQueryResponse.queryTimedOut to find out whether this is the case.
IPTSQueryResponse execute();

See Also

IPTSQueryRequest Interface | com.plumtree.server.search Namespace