|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||