Uses of Interface
nl.hippo.client.api.content.RawResponse

Packages that use RawResponse
nl.hippo.client.api.content   
nl.hippo.client.api.service   
 

Uses of RawResponse in nl.hippo.client.api.content
 

Methods in nl.hippo.client.api.content that return RawResponse
 RawResponse Document.getContent()
          Returns the content of this document.
 

Uses of RawResponse in nl.hippo.client.api.service
 

Methods in nl.hippo.client.api.service that return RawResponse
 RawResponse WebdavService.executePropfind(DocumentPath docPath)
          Execute a webdav PROPFIND.
 RawResponse NOPWebdavService.executePropfind(DocumentPath path)
           
 RawResponse WebdavService.executeSearch(DocumentPath targetPath, InputStream dasl)
          Execute a webdav SEARCH.
 RawResponse NOPWebdavService.executeSearch(DocumentPath path, InputStream dasl)
           
 RawResponse WebdavService.executeSearch(DocumentPath targetPath, String dasl)
          Execute a webdav SEARCH.
 RawResponse NOPWebdavService.executeSearch(DocumentPath path, String dasl)
           
 RawResponse WebdavService.fetchContent(DocumentPath docPath)
          Fetch document content, this will do a webdav GET.
 RawResponse NOPWebdavService.fetchContent(DocumentPath path)
           
 RawResponse WebdavService.fetchContentById(String documentId)
          Fetch the content of the document with the specied documentID.
 RawResponse NOPWebdavService.fetchContentById(String documentId)
           
 



Copyright © 2006-2009 Hippo. All Rights Reserved.