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

Packages that use MultiStatus
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.client.methods   
org.apache.jackrabbit.webdav.jcr   
org.apache.jackrabbit.webdav.jcr.search   
org.apache.jackrabbit.webdav.search   
org.apache.jackrabbit.webdav.simple   
org.apache.jackrabbit.webdav.version   
 

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 WebdavResponseImpl.sendMultiStatus(MultiStatus multistatus)
          Send a multistatus response.
 void DavServletResponse.sendMultiStatus(MultiStatus multistatus)
          Send the multistatus response to the client.
 

Uses of MultiStatus in org.apache.jackrabbit.webdav.client.methods
 

Methods in org.apache.jackrabbit.webdav.client.methods that return MultiStatus
 MultiStatus DavMethod.getResponseBodyAsMultiStatus()
          Return the response body as MultiStatus object.
 MultiStatus DavMethodBase.getResponseBodyAsMultiStatus()
           
 

Methods in org.apache.jackrabbit.webdav.client.methods with parameters of type MultiStatus
protected  void PropPatchMethod.processMultiStatusBody(MultiStatus multiStatus, org.apache.commons.httpclient.HttpState httpState, org.apache.commons.httpclient.HttpConnection httpConnection)
           
protected  void DavMethodBase.processMultiStatusBody(MultiStatus multiStatus, org.apache.commons.httpclient.HttpState httpState, org.apache.commons.httpclient.HttpConnection httpConnection)
          This method is invoked during the DavMethodBase.processResponseBody(HttpState, HttpConnection), which in this implementation parses the response body into a MultiStatus object if the status code indicates 207 (MultiStatus).
Subclasses may want to override this method in order to apply specific validation of the multi-status.

This implementation does nothing.

 

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

Methods in org.apache.jackrabbit.webdav.jcr that return MultiStatus
 MultiStatus WorkspaceResourceImpl.merge(MergeInfo mergeInfo)
           
 MultiStatus VersionControlledItemCollection.merge(MergeInfo mergeInfo)
          Merge the repository node represented by this resource according to the information present in the given MergeInfo object.
 MultiStatus WorkspaceResourceImpl.update(UpdateInfo updateInfo)
          While RFC 3253 does not define any version-related operations for the workspace resource, this implementation uses VersionControlledResource.update(UpdateInfo) to map Workspace.restore(javax.jcr.version.Version[], boolean) to a WebDAV call.
 MultiStatus VersionControlledItemCollection.update(UpdateInfo updateInfo)
          Perform an update on this resource.
 

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

Methods in org.apache.jackrabbit.webdav.jcr.search that return MultiStatus
 MultiStatus SearchResourceImpl.search(SearchInfo sInfo)
          Execute the query defined by the given sInfo.
 

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.simple
 

Methods in org.apache.jackrabbit.webdav.simple that return MultiStatus
 MultiStatus VersionControlledResourceImpl.merge(MergeInfo mergeInfo)
          MERGE feature is not (yet) supported.
 MultiStatus VersionControlledResourceImpl.update(UpdateInfo updateInfo)
          UPDATE feature is not (yet) supported.
 

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

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



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.