Uses of Class
org.apache.jackrabbit.webdav.MultiStatus

Packages that use MultiStatus
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.search Contains interfaces and classes used to cover the functionality defined by the Internet Draft WebDAV Search
org.apache.jackrabbit.webdav.version Interfaces and classes used to cover functionality defined by RFC 3253: Versioning Extensions to WebDAV
 

Uses of MultiStatus in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return MultiStatus
static MultiStatus MultiStatus.createFromXml(Element multistatusElement)
          Build a MultiStatus from the specified xml element.
 

Methods in org.apache.jackrabbit.webdav with parameters of type MultiStatus
 void DavServletResponse.sendMultiStatus(MultiStatus multistatus)
          Send the multistatus response to the client.
 void WebdavResponseImpl.sendMultiStatus(MultiStatus multistatus)
          Send a multistatus response.
 

Uses of MultiStatus in org.apache.jackrabbit.webdav.search
 

Methods in org.apache.jackrabbit.webdav.search that return MultiStatus
 MultiStatus SearchResource.search(SearchInfo sInfo)
          Runs a search with the language and query defined in the SearchInfo object specified and returns a MultiStatus object listing the results.
 

Uses of MultiStatus in org.apache.jackrabbit.webdav.version
 

Methods in org.apache.jackrabbit.webdav.version that return MultiStatus
 MultiStatus VersionControlledResource.update(UpdateInfo updateInfo)
          Perform an update on this resource using the specified UpdateInfo.
 MultiStatus VersionControlledResource.merge(MergeInfo mergeInfo)
          Perform a merge on this resource using the specified MergeInfo.
 



Copyright © 2005-2006 . All Rights Reserved.