Package | Description |
---|---|
org.apache.jackrabbit.webdav.client.methods |
Provides classes for use with the Apache HttpClient, supporting WebDAV
request 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 |
---|
HttpSearch(String uri,
SearchInfo searchInfo) |
HttpSearch(URI uri,
SearchInfo searchInfo) |
SearchMethod(String uri,
SearchInfo searchInfo)
Deprecated.
|
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–2021 The Apache Software Foundation. All rights reserved.