Uses of Class
org.apache.jackrabbit.webdav.search.SearchInfo

Packages that use SearchInfo
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation. 
org.apache.jackrabbit.webdav.jcr.search   
org.apache.jackrabbit.webdav.search Contains interfaces and classes used to cover the functionality defined by the Internet Draft WebDAV Search
 

Uses of SearchInfo in org.apache.jackrabbit.webdav.client.methods
 

Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type SearchInfo
SearchMethod(String uri, SearchInfo searchInfo)
           
 

Uses of SearchInfo in org.apache.jackrabbit.webdav.jcr.search
 

Methods in org.apache.jackrabbit.webdav.jcr.search with parameters of type SearchInfo
 MultiStatus SearchResourceImpl.search(SearchInfo sInfo)
          Execute the query defined by the given sInfo.
 

Uses of SearchInfo in org.apache.jackrabbit.webdav.search
 

Methods in org.apache.jackrabbit.webdav.search that return SearchInfo
static SearchInfo SearchInfo.createFromXml(Element searchRequest)
          Create a new SearchInfo from the specifying document retrieved from the request body.
 

Methods in org.apache.jackrabbit.webdav.search with parameters of type SearchInfo
 MultiStatus SearchResource.search(SearchInfo sInfo)
          Runs a search with the language and query defined in the SearchInfo object specified and returns a MultiStatus object listing the results.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.