public class IndexingUtils
extends java.lang.Object
| Constructor and Description | 
|---|
IndexingUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
public static QueryProgress findNodes(Project project, URLFilter filter, ResultCallback<Node> callback)
project - filter - callback - public static QueryProgress findURLs(Project project, URLFilter filter, ResultCallback<java.net.URL> callback)
project - filter - callback - public static QueryProgress findNodes(Project project, java.lang.Class nodeClass, ResultCallback<Node> callback)
project - nodeClass - callback - public static QueryProgress findURLs(Project project, java.lang.Class nodeClass, ResultCallback<java.net.URL> callback)
project - nodeClass - callback - public static QueryProgress findNodes(Project project, URLFilter filter, java.lang.Class nodeClass, ResultCallback<Node> callback)
project - filter - nodeClass - callback - public static QueryProgress findURLs(Project project, URLFilter filter, java.lang.Class nodeClass, ResultCallback<java.net.URL> callback)
project - filter - nodeClass - callback - public static QueryProgress findNodes(Project project, URLFilter filter, java.lang.Class[] nodeClasses, ResultCallback<Node> callback)
public static QueryProgress findURLs(Project project, URLFilter filter, java.lang.Class[] nodeClasses, ResultCallback<java.net.URL> callback)
protected static ContentSet getContentSet(Project project)