Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Interface
oracle.ide.index.QueryResult

Packages that use QueryResult
oracle.ide.index Classes used to build and query indexes of source files. 
 

Uses of QueryResult in oracle.ide.index
 

Fields in oracle.ide.index declared as QueryResult
static QueryResult Index.LAST_RESULT
          Marker used to indicate the last result of an index query.
 

Methods in oracle.ide.index that return types with arguments of type QueryResult
 java.util.Collection<QueryResult> Index.blockingQueryEx(QueryCriteria criteria)
          Query the index on the calling thread.
 BackgroundTask<java.util.Collection<QueryResult>> Index.queryEx(QueryCriteria criteria)
          Query the index in a background task.
 BackgroundTask<java.util.Collection<QueryResult>> Index.queryEx(QueryCriteria criteria, java.util.concurrent.BlockingQueue<QueryResult> queue)
          Query the index in a background task.
 

Method parameters in oracle.ide.index with type arguments of type QueryResult
 BackgroundTask<java.util.Collection<QueryResult>> Index.queryEx(QueryCriteria criteria, java.util.concurrent.BlockingQueue<QueryResult> queue)
          Query the index in a background task.
 QueryProgress Index.queryEx(QueryCriteria criteria, ResultCallback<QueryResult> callback)
          Query the index in a background task.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.