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

Packages that use MultiStatusResponse
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations. 
org.apache.jackrabbit.webdav.security.report   
org.apache.jackrabbit.webdav.simple   
 

Uses of MultiStatusResponse in org.apache.jackrabbit.spi2dav
 

Constructors in org.apache.jackrabbit.spi2dav with parameters of type MultiStatusResponse
QueryResultRowImpl(MultiStatusResponse response, String[] columnNames, NamePathResolver resolver, QValueFactory qValueFactory, ValueFactory valueFactory, IdFactory idFactory)
           
 

Uses of MultiStatusResponse in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return MultiStatusResponse
 MultiStatusResponse DavResource.alterProperties(List changeList)
          Set/add and remove the specified properties from this resource.
static MultiStatusResponse MultiStatusResponse.createFromXml(Element responseElement)
          Build a new response object from the given xml element.
 MultiStatusResponse[] MultiStatus.getResponses()
          Returns the multistatus responses present as array.
 

Methods in org.apache.jackrabbit.webdav with parameters of type MultiStatusResponse
 void MultiStatus.addResponse(MultiStatusResponse response)
          Add a MultiStatusResponse element to this MultiStatus
 

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

Methods in org.apache.jackrabbit.webdav.jcr that return MultiStatusResponse
 MultiStatusResponse DefaultItemCollection.alterProperties(List changeList)
          Loops over the given Lists and alters the properties accordingly.
 MultiStatusResponse WorkspaceResourceImpl.alterProperties(List changeList)
          Handles an attempt to set ItemResourceConstants.JCR_NAMESPACES and forwards any other set or remove requests to the super class.
 MultiStatusResponse DefaultItemResource.alterProperties(List changeList)
          Loops over the given List and alters the properties accordingly.
 MultiStatusResponse VersionControlledItemCollection.alterProperties(List changeList)
           
 

Uses of MultiStatusResponse in org.apache.jackrabbit.webdav.security.report
 

Fields in org.apache.jackrabbit.webdav.security.report declared as MultiStatusResponse
protected  MultiStatusResponse[] AbstractSecurityReport.responses
           
 

Methods in org.apache.jackrabbit.webdav.security.report with parameters of type MultiStatusResponse
 void PrincipalSearchReport.setResponses(MultiStatusResponse[] responses)
          Write the search result back to the report.
 void PrincipalMatchReport.setResponses(MultiStatusResponse[] responses)
          Write the result(s) of the match back to the report.
 

Uses of MultiStatusResponse in org.apache.jackrabbit.webdav.simple
 

Methods in org.apache.jackrabbit.webdav.simple that return MultiStatusResponse
 MultiStatusResponse DavResourceImpl.alterProperties(List changeList)
           
 MultiStatusResponse VersionHistoryResourceImpl.alterProperties(List changeList)
          Version storage is read-only -> fails with 403.
 MultiStatusResponse VersionResourceImpl.alterProperties(List changeList)
          Version storage is read-only -> fails with 403.
 



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