Uses of Class
org.apache.jackrabbit.webdav.MultiStatus
-
Packages that use MultiStatus Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.org.apache.jackrabbit.webdav.search org.apache.jackrabbit.webdav.version -
-
Uses of MultiStatus in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return MultiStatus Modifier and Type Method Description static MultiStatusMultiStatus. createFromXml(Element multistatusElement)Build aMultiStatusfrom the specified xml element.Methods in org.apache.jackrabbit.webdav with parameters of type MultiStatus Modifier and Type Method Description voidDavServletResponse. sendMultiStatus(MultiStatus multistatus)Send the multistatus response to the client.default voidDavServletResponse. sendMultiStatus(MultiStatus multistatus, List<String> acceptableContentCodings)Send the multistatus response to the client.voidWebdavResponseImpl. sendMultiStatus(MultiStatus multistatus)voidWebdavResponseImpl. sendMultiStatus(MultiStatus multistatus, List<String> acceptableContentCodings) -
Uses of MultiStatus in org.apache.jackrabbit.webdav.client.methods
Methods in org.apache.jackrabbit.webdav.client.methods that return MultiStatus Modifier and Type Method Description MultiStatusBaseDavRequest. getResponseBodyAsMultiStatus(HttpResponse response)Return response body asMultiStatusobject. -
Uses of MultiStatus in org.apache.jackrabbit.webdav.search
Methods in org.apache.jackrabbit.webdav.search that return MultiStatus Modifier and Type Method Description MultiStatusSearchResource. search(SearchInfo sInfo)Runs a search with the language and query defined in theSearchInfoobject specified and returns aMultiStatusobject listing the results. -
Uses of MultiStatus in org.apache.jackrabbit.webdav.version
Methods in org.apache.jackrabbit.webdav.version that return MultiStatus Modifier and Type Method Description MultiStatusVersionControlledResource. merge(MergeInfo mergeInfo)Perform a merge on this resource using the specifiedMergeInfo.MultiStatusVersionControlledResource. update(UpdateInfo updateInfo)Perform an update on this resource using the specifiedUpdateInfo.
-