|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchResource
SearchResource defines METHODS required in order to handle
a SEARCH request.
| Field Summary | |
|---|---|
static String |
METHODS
The 'SEARCH' method |
| Method Summary | |
|---|---|
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 SearchInfo
object specified and returns a MultiStatus object listing the
results. |
| Field Detail |
|---|
static final String METHODS
| Method Detail |
|---|
QueryGrammerSet getQueryGrammerSet()
DavResource.getProperty(SearchConstants.QUERY_GRAMMER_SET).
SearchConstants.QUERY_GRAMMER_SET
MultiStatus 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.
DavException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||