| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||