Uses of Class
org.apache.jackrabbit.webdav.MultiStatusResponse
-
Packages that use MultiStatusResponse Package Description 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 Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
MultiStatus. addResponse(MultiStatusResponse response)
Add aMultiStatusResponse
element to thisMultiStatus
-
Uses of MultiStatusResponse in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr that return MultiStatusResponse Modifier and Type Method Description MultiStatusResponse
DefaultItemCollection. alterProperties(List<? extends PropEntry> changeList)
Loops over the givenList
s and alters the properties accordingly.MultiStatusResponse
DefaultItemResource. alterProperties(List<? extends PropEntry> changeList)
Loops over the givenList
and alters the properties accordingly.MultiStatusResponse
VersionControlledItemCollection. alterProperties(List<? extends PropEntry> changeList)
MultiStatusResponse
WorkspaceResourceImpl. alterProperties(List<? extends PropEntry> changeList)
Handles an attempt to setItemResourceConstants.JCR_NAMESPACES
and forwards any other set or remove requests to the super class. -
Uses of MultiStatusResponse in org.apache.jackrabbit.webdav.security.report
Fields in org.apache.jackrabbit.webdav.security.report declared as MultiStatusResponse Modifier and Type Field Description protected MultiStatusResponse[]
AbstractSecurityReport. responses
Methods in org.apache.jackrabbit.webdav.security.report with parameters of type MultiStatusResponse Modifier and Type Method Description void
PrincipalMatchReport. setResponses(MultiStatusResponse[] responses)
Write the result(s) of the match back to the report.void
PrincipalSearchReport. setResponses(MultiStatusResponse[] responses)
Write the search result back to the report. -
Uses of MultiStatusResponse in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple that return MultiStatusResponse Modifier and Type Method Description MultiStatusResponse
DavResourceImpl. alterProperties(List<? extends PropEntry> changeList)
MultiStatusResponse
VersionHistoryResourceImpl. alterProperties(List<? extends PropEntry> changeList)
Version storage is read-only -> fails with 403.MultiStatusResponse
VersionResourceImpl. alterProperties(List<? extends PropEntry> changeList)
Version storage is read-only -> fails with 403.
-