nl.hippo.client.webdav.binding.content
Class DocumentFactory
java.lang.Object
nl.hippo.client.webdav.binding.content.DocumentFactory
public class DocumentFactory
- extends Object
A factory of Documents
|
Method Summary |
Document |
bindDocument(WebdavCacheHandler cache,
WebdavResponse response)
|
DocumentCollection |
fetchCollection(WebdavCacheHandler cache,
DocumentPath targetPath,
InputStream dasl,
boolean includeContent)
|
DocumentCollection |
fetchCollection(WebdavCacheHandler cache,
DocumentPath targetPath,
String dasl,
boolean includeContent)
|
Document |
fetchDocument(WebdavCacheHandler cache,
DocumentPath docPath)
|
DocumentMetadata |
fetchMetadata(WebdavCacheHandler cache,
DocumentPath docPath)
|
DocumentPath |
resolvePath(WebdavCacheHandler cache,
String documentId)
|
xslt
public static final WebdavResponse xslt
DocumentFactory
public DocumentFactory(WebdavConfig config)
fetchDocument
public Document fetchDocument(WebdavCacheHandler cache,
DocumentPath docPath)
throws ClientException
- Throws:
ClientException
fetchMetadata
public DocumentMetadata fetchMetadata(WebdavCacheHandler cache,
DocumentPath docPath)
throws ClientException
- Throws:
ClientException
fetchCollection
public DocumentCollection fetchCollection(WebdavCacheHandler cache,
DocumentPath targetPath,
InputStream dasl,
boolean includeContent)
throws ClientException
- Throws:
ClientException
fetchCollection
public DocumentCollection fetchCollection(WebdavCacheHandler cache,
DocumentPath targetPath,
String dasl,
boolean includeContent)
throws ClientException
- Throws:
ClientException
resolvePath
public DocumentPath resolvePath(WebdavCacheHandler cache,
String documentId)
throws ClientException
- Throws:
ClientException
bindDocument
public Document bindDocument(WebdavCacheHandler cache,
WebdavResponse response)
throws ClientException
- Throws:
ClientException
Copyright © 2006-2009 Hippo. All Rights Reserved.