public interface SearchResource
SearchResource defines METHODS required in order to handle
 a SEARCH request.| Modifier and Type | Field and Description | 
|---|---|
| static String | METHODSThe 'SEARCH' method | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryGrammerSet | getQueryGrammerSet()Returns the protected DAV:supported-method-set property which is defined
 mandatory by RTF 3253. | 
| MultiStatus | search(SearchInfo sInfo)Runs a search with the language and query defined in the  SearchInfoobject specified and returns aMultiStatusobject listing the
 results. | 
static final String METHODS
QueryGrammerSet getQueryGrammerSet()
DavResource.getProperty(SearchConstants.QUERY_GRAMMER_SET).SearchConstants.QUERY_GRAMMER_SETMultiStatus search(SearchInfo sInfo) throws DavException
SearchInfo
 object specified and returns a MultiStatus object listing the
 results.sInfo - SearchInfo element encapsulating the SEARCH
 request body.MultiStatus object listing the results.DavExceptionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.