nl.hippo.client.webdav.method
Class Search
java.lang.Object
nl.hippo.client.webdav.method.Search
- Direct Known Subclasses:
- SearchDocumentById
public class Search
- extends Object
Implements the WebDav SEARCH method.
Search
public Search(WebdavConfig config)
execute
public WebdavResponse execute(DocumentPath path,
InputStream dasl)
throws ClientException
- Throws:
ClientException
execute
public WebdavResponse execute(DocumentPath path,
String dasl)
throws ClientException
- Throws:
ClientException
execute
public WebdavResponse execute(WebdavCacheHandler cache,
DocumentPath path,
InputStream dasl)
throws ClientException
- Throws:
ClientException
execute
public WebdavResponse execute(WebdavCacheHandler cache,
DocumentPath path,
String dasl)
throws ClientException
- Execute the WebDav method.
- Parameters:
path - The repository pathdasl - The dasl query string.
- Returns:
- The response as a WebdavResponse instance
- Throws:
ClientException - if something went wrong.
Copyright © 2006-2009 Hippo. All Rights Reserved.