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

Packages that use MultiStatusResponse
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.security.report   
 

Uses of MultiStatusResponse in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return MultiStatusResponse
 MultiStatusResponse DavResource.alterProperties(List<? extends PropEntry> 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 This method is synchronized to avoid the problem described in JCR-2755.
 

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.
 



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