WebCenter Interaction API  
 

IPTSQueryResponse.getResults Method 

Returns an enumeration of the actual results that matched the query. Elements are of type IPTSResult; the number of items in this enumeration is equal to the value returned by getReturnedCount.

IXPEnumerator getResults();

Return Value

An enumeration of the actual results that matched the query.

See Also

IPTSQueryResponse Interface | com.plumtree.server.search Namespace