| Package | Description | 
|---|---|
| org.apache.jackrabbit.webdav.client.methods | 
 
This package contains classes and utilities used to build a WebDAV client
implementation. 
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods.  | 
| 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. 
 | 
| Constructor and Description | 
|---|
SearchMethod(String uri,
            SearchInfo searchInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
MultiStatus | 
SearchResourceImpl.search(SearchInfo sInfo)
Execute the query defined by the given  
sInfo. | 
| Modifier and Type | Method and Description | 
|---|---|
static SearchInfo | 
SearchInfo.createFromXml(Element searchRequest)
Create a new  
SearchInfo from the specifying document
 retrieved from the request body. | 
| Modifier and Type | Method and Description | 
|---|---|
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-2020 The Apache Software Foundation. All Rights Reserved.