Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.webapp.utils
Class IndexingUtils

java.lang.Object
  extended by oracle.jdeveloper.webapp.utils.IndexingUtils

public class IndexingUtils
extends java.lang.Object

Set of utilities for searching for files in the web content set by using indexing API.


Constructor Summary
IndexingUtils()
           
 
Method Summary
static QueryProgress 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 findNodes(Project project, URLFilter filter, java.lang.Class[] nodeClasses, ResultCallback<Node> callback)
           
static QueryProgress 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 findNodes(Project project, URLFilter filter, ResultCallback<Node> callback)
          Find Nodes in the web-app content set whose URLs satisfy given URL filter.
static QueryProgress 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 findURLs(Project project, URLFilter filter, java.lang.Class[] nodeClasses, ResultCallback<java.net.URL> callback)
           
static QueryProgress 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 findURLs(Project project, URLFilter filter, ResultCallback<java.net.URL> callback)
          Find file URLs in the web-app content set that satisfy given URL filter.
protected static ContentSet getContentSet(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexingUtils

public IndexingUtils()
Method Detail

findNodes

public static QueryProgress findNodes(Project project,
                                      URLFilter filter,
                                      ResultCallback<Node> callback)
Find Nodes in the web-app content set whose URLs satisfy given URL filter.

Parameters:
project -
filter -
callback -
Returns:

findURLs

public static QueryProgress findURLs(Project project,
                                     URLFilter filter,
                                     ResultCallback<java.net.URL> callback)
Find file URLs in the web-app content set that satisfy given URL filter.

Parameters:
project -
filter -
callback -
Returns:

findNodes

public static QueryProgress findNodes(Project project,
                                      java.lang.Class nodeClass,
                                      ResultCallback<Node> callback)
Find Nodes of the given Node type in the web-app content set.

Parameters:
project -
nodeClass -
callback -
Returns:

findURLs

public static QueryProgress 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.

Parameters:
project -
nodeClass -
callback -
Returns:

findNodes

public static QueryProgress 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.

Parameters:
project -
filter -
nodeClass -
callback -
Returns:

findURLs

public static QueryProgress 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.

Parameters:
project -
filter -
nodeClass -
callback -
Returns:

findNodes

public static QueryProgress findNodes(Project project,
                                      URLFilter filter,
                                      java.lang.Class[] nodeClasses,
                                      ResultCallback<Node> callback)

findURLs

public static QueryProgress findURLs(Project project,
                                     URLFilter filter,
                                     java.lang.Class[] nodeClasses,
                                     ResultCallback<java.net.URL> callback)

getContentSet

protected static ContentSet getContentSet(Project project)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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