Uses of Class
org.apache.jackrabbit.webdav.MultiStatusResponse
Packages that use MultiStatusResponse
-
Uses of MultiStatusResponse in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return MultiStatusResponseModifier and TypeMethodDescriptionDavResource.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.MultiStatus.getResponses()
Returns the multistatus responses present as array.Methods in org.apache.jackrabbit.webdav with parameters of type MultiStatusResponseModifier and TypeMethodDescriptionvoid
MultiStatus.addResponse
(MultiStatusResponse response) Add aMultiStatusResponse
element to thisMultiStatus