| 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 | 
| Constructor and Description | 
|---|
QueryResultRowImpl(MultiStatusResponse response,
                  String[] columnNames,
                  NamePathResolver resolver,
                  QValueFactory qValueFactory,
                  javax.jcr.ValueFactory valueFactory,
                  IdFactory idFactory)  | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MultiStatus.addResponse(MultiStatusResponse response)
Add a  
MultiStatusResponse element to this MultiStatus | 
| Modifier and Type | Method and Description | 
|---|---|
MultiStatusResponse | 
WorkspaceResourceImpl.alterProperties(List<? extends PropEntry> changeList)
Handles an attempt to set  
ItemResourceConstants.JCR_NAMESPACES
 and forwards any other set or remove requests to the super class. | 
MultiStatusResponse | 
VersionControlledItemCollection.alterProperties(List<? extends PropEntry> changeList)  | 
MultiStatusResponse | 
DefaultItemResource.alterProperties(List<? extends PropEntry> changeList)
Loops over the given  
List and alters the properties accordingly. | 
MultiStatusResponse | 
DefaultItemCollection.alterProperties(List<? extends PropEntry> changeList)
Loops over the given  
Lists and alters the properties accordingly. | 
| Modifier and Type | Field and Description | 
|---|---|
protected MultiStatusResponse[] | 
AbstractSecurityReport.responses  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MultiStatusResponse | 
VersionResourceImpl.alterProperties(List<? extends PropEntry> changeList)
Version storage is read-only -> fails with 403. 
 | 
MultiStatusResponse | 
VersionHistoryResourceImpl.alterProperties(List<? extends PropEntry> changeList)
Version storage is read-only -> fails with 403. 
 | 
MultiStatusResponse | 
DavResourceImpl.alterProperties(List<? extends PropEntry> changeList)  | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.