Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.search
Interface QueryResult<T>

All Superinterfaces:
java.util.Iterator<T>
All Known Implementing Classes:
AbstractConverterQueryResult, ResultSetRowQueryResult, WrapperQueryResult

public interface QueryResult<T>
extends java.util.Iterator<T>

The base interface for all QueryResults. It allows for introspection of response parameters and allows iterating through the results set by simply inheriting methods from the Iterator interface.

Since:
11.1.1.0.0 Beta 2

Field Summary
static java.lang.String ESTIMATED_RESULT_COUNT
          The estimated count of the results that returned
static java.lang.String RESPONSE_TIME
          The response time in executing the query

 

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Returns a map of response properties about this result.

 

Methods inherited from interface java.util.Iterator
hasNext, next, remove

 

Field Detail

ESTIMATED_RESULT_COUNT

static final java.lang.String ESTIMATED_RESULT_COUNT
The estimated count of the results that returned
See Also:
Constant Field Values

RESPONSE_TIME

static final java.lang.String RESPONSE_TIME
The response time in executing the query
See Also:
Constant Field Values

Method Detail

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Returns a map of response properties about this result. including approximate number of hits.
Returns:
a Map of properties with String keys and String values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.