Uses of Class
nl.hippo.client.api.ClientException

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

Uses of ClientException in nl.hippo.client.api
 

Subclasses of ClientException in nl.hippo.client.api
 class CollectionNotFoundException
           
 class DocumentNotFoundException
           
 

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

Methods in nl.hippo.client.api.content that throw ClientException
 Document RawResponse.getResponseAsDom()
           
 String RawResponse.getResponseAsPrettyPrintedString(String encoding)
           
 String RawResponse.getResponseAsString(String encoding)
           
 void RawResponse.streamResponseToSaxContentHandler(DefaultHandler handler)
           
 

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

Methods in nl.hippo.client.api.service that throw ClientException
 int WebdavService.executeCopy(DocumentPath targetPath, DocumentPath destinationPath, boolean overwrite)
          Execute a webdav COPY.
 int NOPWebdavService.executeCopy(DocumentPath targetPath, DocumentPath destinationPath, boolean overwrite)
           
 int WebdavService.executeDelete(DocumentPath targetPath)
          Execute a webdav DELETE.
 int NOPWebdavService.executeDelete(DocumentPath targetPath)
           
 int WebdavService.executeHead(DocumentPath targetPath)
          Execure a webdav HEAD
Checks if the path is available in the repository

 int NOPWebdavService.executeHead(DocumentPath targetPath)
           
 int WebdavService.executeMkCol(DocumentPath targetPath)
          Execute a webdav MKCOL.
 int NOPWebdavService.executeMkCol(DocumentPath targetPath)
           
 int WebdavService.executeMkCols(DocumentPath targetPath)
          Execute a recursive webdav MKCOL.
 int NOPWebdavService.executeMkCols(DocumentPath targetPath)
           
 int WebdavService.executeMove(DocumentPath targetPath, DocumentPath destinationPath, boolean overwrite)
          Execute a webdav MOVE.
 int NOPWebdavService.executeMove(DocumentPath targetPath, DocumentPath destinationPath, boolean overwrite)
           
 RawResponse WebdavService.executePropfind(DocumentPath docPath)
          Execute a webdav PROPFIND.
 RawResponse NOPWebdavService.executePropfind(DocumentPath path)
           
 int WebdavService.executePropPatch(DocumentPath targetPath, Property[] propertiesToRemove, Property[] propertiesToSet)
          Execute a webdav PROPPATCH.
 int NOPWebdavService.executePropPatch(DocumentPath targetPath, Property[] propertiesToRemove, Property[] propertiesToSet)
           
 int WebdavService.executePut(DocumentPath targetPath, InputStream putObject)
          Execute a webdav PUT.
 int NOPWebdavService.executePut(DocumentPath path, InputStream putObject)
           
 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)
           
 DocumentCollection WebdavService.fetchCollection(DocumentPath targetPath, InputStream dasl, boolean includeContent)
          Execute a DASL query and (optionally) get the content of all documents in the resultset.
 DocumentCollection NOPWebdavService.fetchCollection(DocumentPath path, InputStream dasl, boolean includeContent)
           
 DocumentCollection WebdavService.fetchCollection(DocumentPath targetPath, String dasl, boolean includeContent)
          Execute a DASL query and (optionally) get the content of all documents in the resultset.
 DocumentCollection NOPWebdavService.fetchCollection(DocumentPath path, String dasl, boolean includeContent)
           
 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)
           
 Document WebdavService.fetchDocument(DocumentPath docPath)
          Fetch document content and metadata, this will do a webdav GET and a webdav PROPFIND.
 Document NOPWebdavService.fetchDocument(DocumentPath path)
           
 Document WebdavService.fetchDocumentById(String documentId)
          Fetch the content and metadata of the document with the specied documentID.
 Document NOPWebdavService.fetchDocumentById(String documentId)
           
 FacetCollection WebdavService.fetchFacets(DocumentPath targetPath, InputStream dasl)
          Execute a (Hippo proprietary) webdav FACETS and return the result as a FacetsCollection object structure.
 FacetCollection NOPWebdavService.fetchFacets(DocumentPath targetPath, InputStream dasl)
           
 FacetCollection WebdavService.fetchFacets(DocumentPath targetPath, String dasl)
          Execute a (Hippo proprietary) webdav FACETS and return the result as a FacetsCollection object structure.
 FacetCollection NOPWebdavService.fetchFacets(DocumentPath targetPath, String dasl)
           
 DocumentMetadata WebdavService.fetchMetadata(DocumentPath docPath)
          Fetch document metadata, this will do a webdav PROPFIND.
 DocumentMetadata NOPWebdavService.fetchMetadata(DocumentPath path)
           
 DocumentMetadata WebdavService.fetchMetadataById(String documentId)
          Fetch the metadata of the document with the specied documentID.
 DocumentMetadata NOPWebdavService.fetchMetadataById(String documentId)
           
 



Copyright © 2006-2009 Hippo. All Rights Reserved.