Interface SearchResource
public interface SearchResource
SearchResource defines METHODS required in order to handle
a SEARCH request.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the protected DAV:supported-method-set property which is defined mandatory by RTF 3253.search(SearchInfo sInfo) Runs a search with the language and query defined in theSearchInfoobject specified and returns aMultiStatusobject listing the results.
-
Field Details
-
METHODS
The 'SEARCH' method- See Also:
-
-
Method Details
-
getQueryGrammerSet
QueryGrammerSet getQueryGrammerSet()Returns the protected DAV:supported-method-set property which is defined mandatory by RTF 3253. This method call is a shortcut forDavResource.getProperty(SearchConstants.QUERY_GRAMMER_SET).- Returns:
- the DAV:supported-query-grammer-set
- See Also:
-
search
Runs a search with the language and query defined in theSearchInfoobject specified and returns aMultiStatusobject listing the results.- Parameters:
sInfo-SearchInfoelement encapsulating the SEARCH request body.- Returns:
MultiStatusobject listing the results.- Throws:
DavException
-