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

E17493-01

Uses of Interface
oracle.ide.index.ResultCallback

Packages that use ResultCallback
oracle.ide.index Classes used to build and query indexes of source files. 
oracle.jdeveloper.webapp.utils   
 

Uses of ResultCallback in oracle.ide.index
 

Methods in oracle.ide.index with parameters of type ResultCallback
 QueryProgress Index.findNodes(java.lang.Class nodeClass, ResultCallback<Node> callback)
          Convenience method to find all Nodes of the given type in the scope of this index.
 QueryProgress Index.findNodes(QueryCriteria criteria, java.lang.Class nodeClass, ResultCallback<Node> callback)
          Convenience method to find all Nodes of the given type in the scope of this index, that also match the given crieria.
 QueryProgress Index.query(QueryCriteria criteria, ResultCallback<java.net.URL> callback)
          Query the index in a background task.
 QueryProgress Index.queryEx(QueryCriteria criteria, ResultCallback<QueryResult> callback)
          Query the index in a background task.
 

Uses of ResultCallback in oracle.jdeveloper.webapp.utils
 

Methods in oracle.jdeveloper.webapp.utils with parameters of type ResultCallback
static QueryProgress IndexingUtils.findNodes(Project project, java.lang.Class nodeClass, ResultCallback<Node> callback)
          Find Nodes of the given Node type in the web-app content set.
static QueryProgress IndexingUtils.findNodes(Project project, URLFilter filter, java.lang.Class[] nodeClasses, ResultCallback<Node> callback)
           
static QueryProgress IndexingUtils.findNodes(Project project, URLFilter filter, java.lang.Class nodeClass, ResultCallback<Node> callback)
          Find Nodes of the given Node type in the web-app content set whose URLs satisfy given URL filter.
static QueryProgress IndexingUtils.findNodes(Project project, URLFilter filter, ResultCallback<Node> callback)
          Find Nodes in the web-app content set whose URLs satisfy given URL filter.
static QueryProgress IndexingUtils.findURLs(Project project, java.lang.Class nodeClass, ResultCallback<java.net.URL> callback)
          Find file URLs of the given Node type in the web-app content set.
static QueryProgress IndexingUtils.findURLs(Project project, URLFilter filter, java.lang.Class[] nodeClasses, ResultCallback<java.net.URL> callback)
           
static QueryProgress IndexingUtils.findURLs(Project project, URLFilter filter, java.lang.Class nodeClass, ResultCallback<java.net.URL> callback)
          Find Nodes of the given Node type in the web-app content set whose URLs satisfy given URL filter.
static QueryProgress IndexingUtils.findURLs(Project project, URLFilter filter, ResultCallback<java.net.URL> callback)
          Find file URLs in the web-app content set that satisfy given URL filter.
 


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

E17493-01

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