nl.hippo.client.webdav.method
Class Facets
java.lang.Object
nl.hippo.client.webdav.method.Facets
public class Facets
- extends Object
Implements the (Hippo specific) WebDav FACETS method.
Facets
public Facets(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.